summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-20 15:43:28 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-20 16:51:07 +0100
commite697466557b7ec370a0bd424a33b84074e41d564 (patch)
tree37bf6f095ccf281fb864a4a7947f21a36c315894 /settings.py
parentb35a0b0d26303e61e20b320db9358ae425c49933 (diff)
downloadtroggle-e697466557b7ec370a0bd424a33b84074e41d564.tar.gz
troggle-e697466557b7ec370a0bd424a33b84074e41d564.tar.bz2
troggle-e697466557b7ec370a0bd424a33b84074e41d564.zip
Cleanup secrets management, pre-run checks.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index eec525f..51c2633 100644
--- a/settings.py
+++ b/settings.py
@@ -92,7 +92,7 @@ APPEND_SLASH = False
SMART_APPEND_SLASH = True
# Make this unique, and don't share it with anybody.
-SECRET_KEY = 'a#vaeozn0)uz_9t_%v5n#tj)m+%ace6b_0(^fj!355qki*v)j2'
+SECRET_KEY = "not-the-real-secret-key-a#vaeozn0---^fj!355qki*vj2"
LOGIN_REDIRECT_URL = '/'