mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-13 01:53:10 +00:00
Replace old-style routing with new-style
This commit is contained in:
parent
59bf633fbf
commit
94182f86e9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.conf.urls import url
|
||||
from django.contrib import admin
|
||||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
url(r"^admin/", admin.site.urls),
|
||||
path("admin/", admin.site.urls),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue