Answer the question
In order to leave comments, you need to log in
What are the problems with django migrations?
There are no migration files in the project, the database is completely empty
When you try to execute python manage.py makemigrations
: it gives -
django.db.utils.ProgrammingError: relation "config_baseconfig" does not exist
python manage.py dbshell
psql (12.2 (Ubuntu 12.2-4))
Type "help" for help.
test=> \dt
Did not find any relations.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question