Skip to content

Commit

Permalink
Fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax committed Mar 24, 2023
1 parent d544ae5 commit 887635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
urlpatterns = [path("admin", admin.site.urls)]
except ImportError:
# django < 2.0
from django.urls import include, path
from django.contrib import admin
from django.urls import include, path

urlpatterns = [path("admin/", include(admin.site.urls))]

0 comments on commit 887635f

Please sign in to comment.