From daa446dc3256b493712c565800d0f7c0b8eb02de Mon Sep 17 00:00:00 2001 From: ante Date: Sat, 3 Jan 2015 14:57:32 +0100 Subject: [PATCH] Problems finding authtoken module --- test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_settings.py b/test_settings.py index 2fcc1e3..0fc7eaa 100644 --- a/test_settings.py +++ b/test_settings.py @@ -75,5 +75,5 @@ ACCOUNT_ACTIVATION_DAYS = 1 SITE_ID = 1 MIGRATION_MODULES = { - 'authtoken': 'authtoken.migrations', + 'rest_framework.authtoken': 'rest_framework.authtoken.migrations', }