Django: OperationalError No Such Table
The issue may be solved by running migrations.
-
python manage.py makemigrations
-
python manage.py migrate
perform the operations above whenever you make changes in models.py.
Kim Majali wrote on 26/05/2022
The issue may be solved by running migrations.
python manage.py makemigrations
python manage.py migrate
perform the operations above whenever you make changes in models.py.