diff options
author | 2019-11-03 20:58:40 +0100 | |
---|---|---|
committer | 2019-11-03 20:58:40 +0100 | |
commit | 982571443adaeb33898f6cbc013ad2b4a7e90ab6 (patch) | |
tree | 9f97d83fd7089ef7551bd6c7c2fecef9d59822d6 /pydis_site/settings.py | |
parent | Make test less fragile and improve test name (diff) | |
parent | Merge pull request #293 from python-discord/update-dependency-pinning (diff) |
Merge branch 'master' into active-infractions-validation
Diffstat (limited to 'pydis_site/settings.py')
-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 56ac0a1d..94718ec7 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 = ['*'] |