aboutsummaryrefslogtreecommitdiffstats
path: root/admin/urls.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 /admin/urls.py
parentSet `harakiri = 30`. (diff)
[#176] Redo project layout
Diffstat (limited to 'admin/urls.py')
-rw-r--r--admin/urls.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/urls.py b/admin/urls.py
deleted file mode 100644
index 146c6496..00000000
--- a/admin/urls.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from django.contrib import admin
-from django.urls import path
-
-
-urlpatterns = (
- path('', admin.site.urls),
-)