aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-25 15:37:18 +0200
committerGravatar GitHub <[email protected]>2019-10-25 15:37:18 +0200
commit5fd289c4694f050955fa6c66f0fbad72390522cf (patch)
tree67edf974d749a8198f79e6a8975390d220caabfe /pydis_site/settings.py
parentAdd migrations for the reminder model (diff)
parentMerge pull request #297 from python-discord/constant-debug-secret-key (diff)
Merge branch 'master' into bot#466-reminder-jump_url
Diffstat (limited to 'pydis_site/settings.py')
-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 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 = ['*']