Hi, I’ve tried to run python manage.py migrate on my local and getting the following error:
django.db.utils.OperationalError: no such table: travel_userprofile
I also tried to run heroku run python manage.py migrate and getting a seperare error:
django.db.utils.ProgrammingError: relation "travel_place_e8701ad4" already exists
I’ve looked around, mostly on stackoverflow and haven’t found a solution. Posting here to see if anyone can help out. I’m so close to seeing my app live.