summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sqlite.py')
-rw-r--r--tests/test_sqlite.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py
index 17e786f4ff..41c3b25b68 100644
--- a/tests/test_sqlite.py
+++ b/tests/test_sqlite.py
@@ -20,3 +20,5 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
}
}
+
+SECRET_KEY = "django_tests_secret_key"