From 3d868521f60b1b8d5d1106e4b8cd089a018328e3 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 8 Apr 2019 12:48:53 +0100 Subject: First attempt at getting the wiki up --- pydis_site/apps/wiki_container/apps.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pydis_site/apps/wiki_container/apps.py (limited to 'pydis_site/apps/wiki_container/apps.py') diff --git a/pydis_site/apps/wiki_container/apps.py b/pydis_site/apps/wiki_container/apps.py new file mode 100644 index 00000000..874ae8e4 --- /dev/null +++ b/pydis_site/apps/wiki_container/apps.py @@ -0,0 +1,6 @@ +from wiki.apps import WikiConfig + + +class WikiContainerConfig(WikiConfig): + name = 'wiki_container' + default_site = 'pydis_site.sites.PyDisWikiSite' -- cgit v1.2.3