summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-19 00:20:58 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-11-19 00:20:58 -0300
commit1e597a8ee8cd2db3c37c8715410e81cc1972ddc3 (patch)
treeec9bd804faefe93a4e83bf06057e311ff3a7b3fe /askbot/setup_templates
parente0dcb50e48b25f7fe641d54b5338e09486b7157e (diff)
downloadaskbot-1e597a8ee8cd2db3c37c8715410e81cc1972ddc3.tar.gz
askbot-1e597a8ee8cd2db3c37c8715410e81cc1972ddc3.tar.bz2
askbot-1e597a8ee8cd2db3c37c8715410e81cc1972ddc3.zip
added mandatory generation of secret key to askbot-setup
Diffstat (limited to 'askbot/setup_templates')
-rw-r--r--askbot/setup_templates/settings.py.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index be4c3800..bd77e82e 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -87,7 +87,7 @@ STATIC_ROOT = os.path.join(PROJECT_ROOT, 'static')
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'
# Make up some unique string, and don't share it with anybody.
-SECRET_KEY = 'sdljdfjkldsflsdjkhsjkldgjlsdgfs s '
+SECRET_KEY = '{{secret_key}}'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (