From 53860acdeb8dd538caa3210945b1f854d87b04cd Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Fri, 2 May 2014 21:03:25 +0200 Subject: [PATCH] update test_settings --- rest_auth/test_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rest_auth/test_settings.py b/rest_auth/test_settings.py index 9b565d8..4f78cef 100644 --- a/rest_auth/test_settings.py +++ b/rest_auth/test_settings.py @@ -11,6 +11,7 @@ else: DATABASE_ENGINE = 'sqlite3' INSTALLED_APPS = [ + 'django.contrib.auth', 'rest_auth', ]