aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/apps/api/apps.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-05 12:11:31 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-05 12:11:31 +0100
commitebda74029355ce3236ca9266acde40fd40329df7 (patch)
treeaba491f902c874328c88b8e7ccb9772b5414c17f /pysite/apps/api/apps.py
parentSet `harakiri = 30`. (diff)
[#176] Redo project layout
Diffstat (limited to 'pysite/apps/api/apps.py')
-rw-r--r--pysite/apps/api/apps.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pysite/apps/api/apps.py b/pysite/apps/api/apps.py
new file mode 100644
index 00000000..d87006dd
--- /dev/null
+++ b/pysite/apps/api/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class ApiConfig(AppConfig):
+ name = 'api'