diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-03-02 00:05:13 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-03-02 00:05:13 +0000 |
| commit | df1e505d9f99e557b22270365c90f9517a19bd27 (patch) | |
| tree | 04d52f47e6a0bc9f7b047aed7894c8e31dfa3ce1 /tests/test_sqlite.py | |
| parent | 1c33c0a02a89d7d2090c4f9e2c0c85209281347b (diff) | |
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
Diffstat (limited to 'tests/test_sqlite.py')
| -rw-r--r-- | tests/test_sqlite.py | 2 |
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" |
