Skip to content

Commit

Permalink
admin.site.urls is now passed directly to url()
Browse files Browse the repository at this point in the history
  • Loading branch information
Linsey Raymaekers authored and Jeroen Op 't Eynde committed May 4, 2017
1 parent f7f5c35 commit 755ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_project/test_project/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
from django.contrib import admin

urlpatterns = [
url(r'^admin/', include(admin.site.urls)),
url(r'^admin/', admin.site.urls),
]

0 comments on commit 755ea7c

Please sign in to comment.