1👍
✅
First, actually, you could just simply forget to synchronize your database. If so, do it!:
python manage.py syncdb
If not, maybe you’ll need to completely drop database (if you have data in it) and start over again.
Source:stackexchange.com