I am experience this in my project when I run python manage.py migrate
django.db.utils.ProgrammingError: relation “accounts_user_user” does not exist
user application is nested in accounts application. This is not how different Django apps should be created. The user directory should be at the same level as the accounts directory.
Also, if you want someone to be able to help you with an error, you have to post the full traceback of the error, not the sole exception.
1 Like