django 1.3

This commit is contained in:
j 2011-07-30 13:58:31 +02:00
parent 7557aab7f8
commit ef6775cd7a
1 changed files with 1 additions and 1 deletions

View File

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