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
just delete the sqlite file or run flush the databse 'python manage.py flush' and then run makemigrations and migrate commands respectively.