Commit eac7504a by benjaoming

Fix #270

parent 25f2cd5d
...@@ -104,7 +104,7 @@ INSTALLED_APPS = [ ...@@ -104,7 +104,7 @@ INSTALLED_APPS = [
'mptt', 'mptt',
] ]
from django import VERSION from django import VERSION
if VERSION <= (1, 6): if VERSION < (1, 7):
INSTALLED_APPS.append('south') INSTALLED_APPS.append('south')
SOUTH_MIGRATION_MODULES = { SOUTH_MIGRATION_MODULES = {
'django_nyt': 'django_nyt.south_migrations', 'django_nyt': 'django_nyt.south_migrations',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment