django 1.3
This commit is contained in:
parent
7557aab7f8
commit
ef6775cd7a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue