From e5d3fc9d28b546642ef11f48f24875e306a2b0b3 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sun, 15 Sep 2019 17:44:43 +0200 Subject: PARENT_HOST is now pythondiscord.com --- pydis_site/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') 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 -- cgit v1.2.3