Django Migrations Table Already Exists Fix
By Güngör Budak
- One minute read - 17 wordsFix this issue by faking the migrations:
python manage.py migrate –fake <appname>
Taken from this SO answer
By Güngör Budak
- One minute read - 17 wordsFix this issue by faking the migrations:
python manage.py migrate –fake <appname>
Taken from this SO answer