Skip to content

Commit

Permalink
[django] Minor improvement in urls.py (import admin from django)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 3, 2020
1 parent 225e629 commit e6f45dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/openwisp2/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.conf.urls import include, url
from django.contrib import admin
from django.contrib.staticfiles.urls import staticfiles_urlpatterns
from django.views.generic import RedirectView
from openwisp_utils.admin_theme.admin import admin

try:
from django.urls import reverse_lazy
Expand Down

0 comments on commit e6f45dc

Please sign in to comment.