diff options
author | 2019-10-23 01:33:22 +0100 | |
---|---|---|
committer | 2019-10-23 01:33:22 +0100 | |
commit | c681b843b8e16917913139330de81fcb8af252a6 (patch) | |
tree | 2068e4405dd30acbc25949ec2ebf006257d1c5e6 | |
parent | Full coverage and finish cleanup (diff) | |
parent | Merge pull request #297 from python-discord/constant-debug-secret-key (diff) |
Merge branch 'master' into allauth-user-settings
-rw-r--r-- | pydis_site/settings.py | 2 |
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 = ['*'] |