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', }