aboutsummaryrefslogtreecommitdiffstats
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorCarlton Gibson2014-09-01 10:07:05 +0200
committerCarlton Gibson2014-09-01 10:07:05 +0200
commit1c9c5d5c32656231acf5f14b5231f9274a2eb254 (patch)
tree587509bfe8065b76fd6bd6ffaa3b3ecec71050c8 /tests/conftest.py
parentf777a73bc7987330c69c18bd37634942a67f4e74 (diff)
downloaddjango-rest-framework-1c9c5d5c32656231acf5f14b5231f9274a2eb254.tar.bz2
Regression for #1810: Test login view renders
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index f3723aea..4b33e19c 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -5,6 +5,7 @@ def pytest_configure():
DEBUG_PROPAGATE_EXCEPTIONS=True,
DATABASES={'default': {'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:'}},
+ SITE_ID=1,
SECRET_KEY='not very secret in tests',
USE_I18N=True,
USE_L10N=True,