mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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
This commit is contained in:
parent
1c33c0a02a
commit
df1e505d9f
1 changed files with 2 additions and 0 deletions
|
@ -20,3 +20,5 @@ DATABASES = {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SECRET_KEY = "django_tests_secret_key"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue