aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorDannyArends2015-09-09 16:36:59 +0200
committerDannyArends2015-09-09 16:36:59 +0200
commitf1c99378cbc0f40297e536b24c9b7af9cbf6b330 (patch)
treeb7a6e30e3ef730acc53932f36d47fa539c0043da /wqflask
parent5ac15dbb54b96b5ad13ae22c239bb5136a8a5ce1 (diff)
downloadgenenetwork2-f1c99378cbc0f40297e536b24c9b7af9cbf6b330.tar.gz
Issue genenetwork/genenetwork2#113, forgot to uncomment the secret_key
Diffstat (limited to 'wqflask')
-rwxr-xr-xwqflask/cfg/default_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py
index 2978bf37..88159321 100755
--- a/wqflask/cfg/default_settings.py
+++ b/wqflask/cfg/default_settings.py
@@ -18,4 +18,4 @@ SQLALCHEMY_POOL_RECYCLE = 3600
SECURITY_PASSWORD_HASH = "bcrypt"
SESSION_TYPE = "filesystem"
-# SECRET_KEY = "secretkey"
+SECRET_KEY = "secretkey"