diff options
author | 2019-07-02 23:07:19 +0200 | |
---|---|---|
committer | 2019-07-02 23:07:19 +0200 | |
commit | 2d4e52f72df1d64972be4029cd926040d46e3d95 (patch) | |
tree | 1b475f76e25ab0f2e4a099a73f963c7e42a4aeb4 /pydis_site/settings.py | |
parent | Merge pull request #215 from gdude2002/django+192/flake8-docstrings (diff) |
Adding django.pythondiscord.com to ALLOWED_HOSTS
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index d6c7ed96..627718dd 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -53,7 +53,8 @@ else: 'admin.pythondiscord.com', 'api.pythondiscord.com', 'staff.pythondiscord.local', - 'wiki.pythondiscord.local' + 'wiki.pythondiscord.local', + 'django.pythondiscord.com', ] ) SECRET_KEY = env('SECRET_KEY') |