From 222c7947d2f086df8c21167ae6c82729d64ff13a Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 7 May 2012 09:04:05 +0200 Subject: [PATCH] Added auth app to list of installed apps during tests. --- dbtemplates/test_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbtemplates/test_settings.py b/dbtemplates/test_settings.py index 55c5e87..9fb2096 100644 --- a/dbtemplates/test_settings.py +++ b/dbtemplates/test_settings.py @@ -11,6 +11,7 @@ INSTALLED_APPS = [ 'django.contrib.contenttypes', 'django.contrib.sites', 'django.contrib.admin', + 'django.contrib.auth', 'dbtemplates', 'django_jenkins', ]