diff options
author | 2019-09-15 11:43:51 +0200 | |
---|---|---|
committer | 2019-09-15 11:44:55 +0200 | |
commit | 43fdbbcd3b57c4d62eb20956c470028b2e423ae0 (patch) | |
tree | b276ae0b9a41ee377238cc01b714c131e6e7fe4b /pydis_site | |
parent | Drop args to reduce line size under 100. (diff) |
Update `ALLOWED_HOSTS` for the new home.
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/settings.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index d3b371b6..cdc4ba25 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -50,9 +50,8 @@ else: 'pythondiscord.com', 'admin.pythondiscord.com', 'api.pythondiscord.com', - 'staff.pythondiscord.local', - 'wiki.pythondiscord.local', - 'django.pythondiscord.com', + 'staff.pythondiscord.com', + 'wiki.pythondiscord.com', ] ) SECRET_KEY = env('SECRET_KEY') |