aboutsummaryrefslogtreecommitdiffstats
path: root/wiki/apps.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-13 23:34:25 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-13 23:34:25 +0200
commitd402fc91083313f14e5a638646c7c72e59c8ae70 (patch)
treeca41d5567e337dacf6e22c16620014750372b4a2 /wiki/apps.py
parentAdd a basic index page template. (diff)
Add stub applications `api` and `wiki`.
Diffstat (limited to 'wiki/apps.py')
-rw-r--r--wiki/apps.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/wiki/apps.py b/wiki/apps.py
new file mode 100644
index 00000000..fce4708e
--- /dev/null
+++ b/wiki/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class WikiConfig(AppConfig):
+ name = 'wiki'