Closed cjjavellana closed 9 years ago
Please see the release notes on using the latest version with Django < 1.7 http://django-all-access.readthedocs.org/en/v0.7.X/releases.html#v0-7-0-2014-09-07
For those using Django < 1.7 and South < 1.0 you’ll need to add the SOUTH_MIGRATION_MODULES setting to point to the old South migrations.
SOUTH_MIGRATION_MODULES = { 'allaccess': 'allaccess.south_migrations', }
I'm using django 1.6.1 and after installing the latest version of django-all-access this error is thrown