From d402fc91083313f14e5a638646c7c72e59c8ae70 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 13 Aug 2018 23:34:25 +0200 Subject: Add stub applications `api` and `wiki`. --- api/apps.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 api/apps.py (limited to 'api/apps.py') 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' -- cgit v1.2.3