aboutsummaryrefslogtreecommitdiffstats
path: root/admin/urls.py
diff options
context:
space:
mode:
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),
-)