Kaydet (Commit) df1e505d authored tarafından Jannis Leidel's avatar Jannis Leidel

Added a default SECRET_KEY setting to the default test sesttings (refs #17800).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 1c33c0a0
...@@ -20,3 +20,5 @@ DATABASES = { ...@@ -20,3 +20,5 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
} }
} }
SECRET_KEY = "django_tests_secret_key"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment