diff options
author | 2018-08-13 23:34:25 +0200 | |
---|---|---|
committer | 2018-08-13 23:34:25 +0200 | |
commit | d402fc91083313f14e5a638646c7c72e59c8ae70 (patch) | |
tree | ca41d5567e337dacf6e22c16620014750372b4a2 /api/apps.py | |
parent | Add a basic index page template. (diff) |
Add stub applications `api` and `wiki`.
Diffstat (limited to 'api/apps.py')
-rw-r--r-- | api/apps.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/apps.py b/api/apps.py new file mode 100644 index 00000000..d87006dd --- /dev/null +++ b/api/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class ApiConfig(AppConfig): + name = 'api' |