From b13a31f2928375cb2815e160b1c5e6bb333a9b8b Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Fri, 18 May 2012 15:24:24 +0200 Subject: [PATCH] Add SECRET_KEY to test_project --- test_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_project/settings.py b/test_project/settings.py index 80fc624..d431d82 100644 --- a/test_project/settings.py +++ b/test_project/settings.py @@ -46,7 +46,7 @@ ADMIN_MEDIA_PREFIX = '/media/' # Make this unique, and don't share it with anybody. -SECRET_KEY = '' +SECRET_KEY = 'secret-key' # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = (