diff options
author | 2019-04-05 18:24:32 +0100 | |
---|---|---|
committer | 2019-04-05 18:24:32 +0100 | |
commit | ab8b798547e82ca79882ba28b1920077c803425f (patch) | |
tree | b28a9005d05dfd2c9da62351671bf2aa6e37f7dc /pydis_site/apps/wiki/apps.py | |
parent | [#158 #160] Automatically run collectstatic in containers/setup script (diff) |
pysite -> pydis_site
Diffstat (limited to 'pydis_site/apps/wiki/apps.py')
-rw-r--r-- | pydis_site/apps/wiki/apps.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/apps/wiki/apps.py b/pydis_site/apps/wiki/apps.py new file mode 100644 index 00000000..fce4708e --- /dev/null +++ b/pydis_site/apps/wiki/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class WikiConfig(AppConfig): + name = 'wiki' |