diff --git a/oxdata/urls.py b/oxdata/urls.py index a3de3be..3b6dfbe 100644 --- a/oxdata/urls.py +++ b/oxdata/urls.py @@ -27,7 +27,7 @@ urlpatterns = patterns('', 'location': os.path.join(settings.STATIC_ROOT, 'favicon.ico'), 'content_type': 'image/x-icon'}), # Uncomment the next line to enable the admin: - (r'^admin/(.*)', admin.site.root), + (r'^admin/', include(admin.site.urls)), ) if settings.DEBUG: