adjust urls for admin to work
This commit is contained in:
parent
4b508c062f
commit
0769d4659c
|
@ -30,7 +30,7 @@ urlpatterns = patterns('',
|
|||
(r'site.json', 'app.views.site_json'),
|
||||
(r'^itf/', include('festival.urls')),
|
||||
(r'^accounts/', include('registration.urls')),
|
||||
(r'^admin/(.*)', admin.site.urls),
|
||||
(r'^admin/', include(admin.site.urls)),
|
||||
('^getLanguages', 'itfcore.views.getLanguages'),
|
||||
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
|
||||
# to INSTALLED_APPS to enable admin documentation:
|
||||
|
|
Loading…
Reference in New Issue
Block a user