diff options
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 1 | 
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, | 
