diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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 = '/' |