aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-05 23:44:52 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-05 23:44:52 +0200
commit4a4370f2e4df851919a1614de0a32255ce6a5928 (patch)
tree99f2b23670fb4c2b15c2ed6da0398715cf7b0495 /pydis_site
parentchanging a minor syntax problem in the deployment documentation (diff)
Changing PARENT_HOST to django.pythondiscord.com to fix URL resolution
Diffstat (limited to 'pydis_site')
-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 783dbe40..29f599bf 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -198,7 +198,7 @@ if DEBUG:
else:
ALLOWED_HOSTS.append(PARENT_HOST)
else:
- PARENT_HOST = env('PARENT_HOST', default='pythondiscord.com')
+ PARENT_HOST = env('PARENT_HOST', default='django.pythondiscord.com')
# Django REST framework
# http://www.django-rest-framework.org