I have a project with several app and you are giving me this error
django.db.utils.ProgrammingError: relation "auth_user" does not exist
I've already tried putting
python manage.py migrate
python manage.py makemigrate
It tells me that there are no changes and, in the end, I still get the same error even tried migrating app by app for example
python manage.py migrate user
and, nothing, the same error follows me ... I followed everything they have put and nothing solves the problem