Problems finding authtoken module

This commit is contained in:
ante 2015-01-03 14:57:32 +01:00
parent 59f482fd65
commit daa446dc32

View File

@ -75,5 +75,5 @@ ACCOUNT_ACTIVATION_DAYS = 1
SITE_ID = 1
MIGRATION_MODULES = {
'authtoken': 'authtoken.migrations',
'rest_framework.authtoken': 'rest_framework.authtoken.migrations',
}