Closed daniell closed 9 years ago
I'm getting:
django.db.migrations.loader.BadMigrationError: Migrated app 'django_extensions' contains South migrations. Make sure all numbered South migrations are deleted prior to creating Django migrations.
@aliceh75 just to check, have you deleted all pyc files? The migrations folder may contain pyc files even after the original py files have been deleted. I often run:
find . -name \*.pyc -delete
@foobacca I hadn't, but that wasn't the issue - Daniel needed to upgrasde django_extensions.
I've reviewed the code so far, and I'm happy with it. I've not done Django 1.6 to 1.8 upgrades myself, so I can't judge whether the changes are all the right ones - but nothing strikes me as wrong.
So there are two issues to solve:
manage.py migrate
does not work;Once these two things are done, we can merge this.
This uses the latest version of Django. The code and other packages have been upgraded to work with it.