diff options
author | 2018-08-11 23:43:43 +0200 | |
---|---|---|
committer | 2018-08-11 23:43:43 +0200 | |
commit | 9a6f583ad2be8edacc4506e1ce4b24f2558109d2 (patch) | |
tree | dfaebc41cfc5361bce68dc84ed7d58757704d9d9 /home/urls.py | |
parent | Remove nested URLconfs. (diff) |
Add the `home` app.
Diffstat (limited to 'home/urls.py')
-rw-r--r-- | home/urls.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/urls.py b/home/urls.py new file mode 100644 index 00000000..077e7287 --- /dev/null +++ b/home/urls.py @@ -0,0 +1,5 @@ +from django.contrib import admin +from django.urls import path + + +urlpatterns = [] |