aboutsummaryrefslogtreecommitdiffstats
path: root/home/apps.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-11 23:43:43 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-11 23:43:43 +0200
commit9a6f583ad2be8edacc4506e1ce4b24f2558109d2 (patch)
treedfaebc41cfc5361bce68dc84ed7d58757704d9d9 /home/apps.py
parentRemove nested URLconfs. (diff)
Add the `home` app.
Diffstat (limited to 'home/apps.py')
-rw-r--r--home/apps.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/apps.py b/home/apps.py
new file mode 100644
index 00000000..90dc7137
--- /dev/null
+++ b/home/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class HomeConfig(AppConfig):
+ name = 'home'