No need to use include for admin.site.urls (it’s deprecated)
parent
aa9c4a6063
commit
de6a768ceb
|
|
@ -14,5 +14,5 @@ urlpatterns = [
|
||||||
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||||
|
|
||||||
# Uncomment the next line to enable the admin:
|
# Uncomment the next line to enable the admin:
|
||||||
url(r'^admin/', include(admin.site.urls)),
|
url(r'^admin/', admin.site.urls),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue