diff --git a/urls.py b/urls.py index fea04f409ad965d1bc293d9d3b347f8d0774d4a5..ee0b85a3cc164e7d76c92a00e59a420b5f617818 100644 --- a/urls.py +++ b/urls.py @@ -37,7 +37,6 @@ urlpatterns = patterns('', # to INSTALLED_APPS to enable admin documentation: # (r'^admin/doc/', include('django.contrib.admindocs.urls')), - # Uncomment the next line to enable the admin: - (r'^admin/(.*)', admin.site.root), + url(r'^admin/', include(admin.site.urls)), )