aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-08 00:11:21 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-08 00:11:21 +0200
commit0ee2a8b41a09dbe6e35f7af5fe70704752ab4918 (patch)
tree7615f5c8a6ddd265b2ec321e07d93d58d4388fc1
parentAdd the `admin` subdomain with the Django Admin. (diff)
Remove unused imports.
-rw-r--r--admin/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/urls.py b/admin/urls.py
index c0970e5d..146c6496 100644
--- a/admin/urls.py
+++ b/admin/urls.py
@@ -1,7 +1,5 @@
from django.contrib import admin
-from django.http import HttpResponseRedirect
from django.urls import path
-from django_hosts import reverse
urlpatterns = (