SyntaxFix
Write A Post
Hire A Developer
Questions
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.
models.py