Open croll12-creator opened 3 years ago
The database tables are defined in the file models.py
. Did you run both makemigrations
and migrate
? Also, if your Django instance does not already have a running database associated with it, that will be needed as well.
The database that is used is not create when running migrate. Can you provide the table structures?