diff options
author | 2018-09-08 00:11:21 +0200 | |
---|---|---|
committer | 2018-09-08 00:11:21 +0200 | |
commit | 0ee2a8b41a09dbe6e35f7af5fe70704752ab4918 (patch) | |
tree | 7615f5c8a6ddd265b2ec321e07d93d58d4388fc1 /admin | |
parent | Add the `admin` subdomain with the Django Admin. (diff) |
Remove unused imports.
Diffstat (limited to 'admin')
-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 = ( |