When I run python manage.py migrate on my Django project, I get the following error:
python manage.py migrate
Traceback (most recent call last): File \"manage.py\", line
I have to drop my database to and then run makemigrations and migrate again for this to be resolved on my part.