From 0769d4659c39081c28f42921a2b66c49bd8d8dba Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 23 Dec 2011 21:54:34 +0530 Subject: [PATCH] adjust urls for admin to work --- itf/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/urls.py b/itf/urls.py index 9057be5..2cdafd8 100755 --- a/itf/urls.py +++ b/itf/urls.py @@ -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: