This morning I have had a complete meltdown with my django progect :( I have been fiddling with models and then got an error. Cut a long story short I am now in a mess and absolutely nothing works.
The good news is that the content of the database is only test data so can all be lost. I did a search on stackoverflow and found the following link:
Django 1.8: Create initial migrations for existing schema
Below is a list of all my migration folders:
meta\migrations straightred\migrations allauth\account\migrations allauth\socialaccount\migrations allauth\socialaccount\providers\openid\migrations
That all makes sense but I do have 2 quick questions:
1) Do I remove the migrations for the project alluth? (a social network login app) 2) The allauth app also has some directories named: south_migrations. Should these also be deleted?
Many thanks in advance, any help would be appreciated as I am now staring at a couple of months work not running because of a database hiccup :(