diff options
-rw-r--r-- | admin/urls.py | 2 |
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 = ( |