You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make and apply new migrations not already in stack
python /code/manage.py makemigrations auth
python /code/manage.py migrate
python /code/manage.py makemigrations
python /code/manage.py migrate # Apply database migrations - weird order is due to https://stackoverflow.com/questions/31417470/django-db-utils-programmingerror-relation-app-user-does-not-exist-during-ma