diff options
author | 2019-09-15 17:44:43 +0200 | |
---|---|---|
committer | 2019-09-15 17:44:43 +0200 | |
commit | e5d3fc9d28b546642ef11f48f24875e306a2b0b3 (patch) | |
tree | 3ab3ba12f0c02e19096031894f5d812108a0fb17 /pydis_site/settings.py | |
parent | Remove wiki, add pydis. (diff) |
PARENT_HOST is now pythondiscord.com
Diffstat (limited to '')
-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 de142aa1..3f6cd94a 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -200,7 +200,7 @@ if DEBUG: else: ALLOWED_HOSTS.append(PARENT_HOST) else: - PARENT_HOST = env('PARENT_HOST', default='django.pythondiscord.com') + PARENT_HOST = env('PARENT_HOST', default='pythondiscord.com') # Django REST framework # http://www.django-rest-framework.org |