aptivate / kashana

Aptivate logframe django project
GNU Affero General Public License v3.0
13 stars 15 forks source link

Develop #7

Closed daniell closed 9 years ago

daniell commented 9 years ago

This uses the latest version of Django. The code and other packages have been upgraded to work with it.

aliceh75 commented 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.
foobacca commented 9 years ago

@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
aliceh75 commented 9 years ago

@foobacca I hadn't, but that wasn't the issue - Daniel needed to upgrasde django_extensions.

aliceh75 commented 9 years ago

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:

  1. manage.py migrate does not work;
  2. We should merge the newly written tests (now in master), and make sure they all pass.

Once these two things are done, we can merge this.