I am writing a simple game in Django, all of things were right, but suddenly..., I was encountered by following error:
I had a similar thing. Delete all migrations from your folder /migrations and then run python manage.py makemigrations and then python manage.py migrate. This worked for me.