aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-23 01:33:22 +0100
committerGravatar GitHub <[email protected]>2019-10-23 01:33:22 +0100
commitc681b843b8e16917913139330de81fcb8af252a6 (patch)
tree2068e4405dd30acbc25949ec2ebf006257d1c5e6
parentFull coverage and finish cleanup (diff)
parentMerge pull request #297 from python-discord/constant-debug-secret-key (diff)
Merge branch 'master' into allauth-user-settings
-rw-r--r--pydis_site/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index 0370ce91..66376c4e 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -48,7 +48,7 @@ if DEBUG:
'staff.web'
]
)
- SECRET_KEY = secrets.token_urlsafe(32)
+ SECRET_KEY = "yellow polkadot bikini" # noqa: S105
elif 'CI' in os.environ:
ALLOWED_HOSTS = ['*']