update test_settings

This commit is contained in:
Mateusz Sikora 2014-05-02 21:03:25 +02:00
parent 1c8d2f6d56
commit 53860acdeb

View File

@ -11,6 +11,7 @@ else:
DATABASE_ENGINE = 'sqlite3' DATABASE_ENGINE = 'sqlite3'
INSTALLED_APPS = [ INSTALLED_APPS = [
'django.contrib.auth',
'rest_auth', 'rest_auth',
] ]