forked from 0x2620/pandora
update admin include
This commit is contained in:
parent
f7bc932cdd
commit
941962b7db
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ urlpatterns = patterns('',
|
|||
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
|
||||
# Uncomment the next line to enable the admin:
|
||||
(r'^admin/(.*)', admin.site.root),
|
||||
(r'^admin/(.*)', include(admin.site.urls)),
|
||||
)
|
||||
|
||||
if settings.DEBUG:
|
||||
|
|
Loading…
Reference in a new issue