diff options
author | 2019-04-18 10:54:59 +0100 | |
---|---|---|
committer | 2019-04-18 10:54:59 +0100 | |
commit | b91562c38b88b794bf3fc4b6b6433a0daef2c758 (patch) | |
tree | 5c56b941e0ea2809a54d97964cc7e996931e3f3d /pydis_site/settings.py | |
parent | Lots of work on the images management page (diff) |
Settings fixes/reversions
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 4 |
1 files changed, 1 insertions, 3 deletions
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", |