diff options
Diffstat (limited to 'pydis_site/apps/wiki_container/apps.py')
-rw-r--r-- | pydis_site/apps/wiki_container/apps.py | 6 |
1 files changed, 6 insertions, 0 deletions
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' |