From b91562c38b88b794bf3fc4b6b6433a0daef2c758 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 18 Apr 2019 10:54:59 +0100 Subject: Settings fixes/reversions --- pydis_site/settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pydis_site/settings.py') diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 15718485..8aaee2fd 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -40,7 +40,6 @@ if DEBUG: 'api.pythondiscord.local', 'staff.pythondiscord.local', 'wiki.pythondiscord.local', - '*', # PLEASE yell at me if I commit this ] SECRET_KEY = "+_x00w3e94##2-qm-v(5&-x_@*l3t9zlir1etu+7$@4%!it2##" @@ -202,7 +201,7 @@ ROOT_HOSTCONF = 'pydis_site.hosts' DEFAULT_HOST = 'home' if DEBUG: - PARENT_HOST = 'trixie.gserv.me:8000' + PARENT_HOST = 'pythondiscord.local:8000' else: PARENT_HOST = env('PARENT_HOST', default='pythondiscord.com') @@ -303,7 +302,6 @@ WIKI_MARKDOWN_KWARGS = { "markdown.extensions.abbr", "markdown.extensions.attr_list", "markdown.extensions.extra", - "markdown.extensions.fenced_code", "markdown.extensions.footnotes", "markdown.extensions.nl2br", "markdown.extensions.sane_lists", -- cgit v1.2.3