aboutsummaryrefslogtreecommitdiffstats
path: root/home/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 /home/apps.py
parentSet `harakiri = 30`. (diff)
[#176] Redo project layout
Diffstat (limited to 'home/apps.py')
-rw-r--r--home/apps.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/home/apps.py b/home/apps.py
deleted file mode 100644
index 90dc7137..00000000
--- a/home/apps.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from django.apps import AppConfig
-
-
-class HomeConfig(AppConfig):
- name = 'home'