Root URL access djadmin2 index

This commit is contained in:
Andrew Ingram 2013-05-18 12:24:17 +02:00
parent 86f60f8b8e
commit e1e3f51291
2 changed files with 2 additions and 1 deletions

View file

@ -119,6 +119,7 @@ INSTALLED_APPS = (
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'djadmin2',
'blog',
)

View file

@ -6,7 +6,7 @@ from django.conf.urls import patterns, include, url
urlpatterns = patterns('',
# Examples:
# url(r'^$', 'example.views.home', name='home'),
url(r'^$', include('djadmin2.urls')),
# url(r'^example/', include('example.foo.urls')),
# Uncomment the admin/doc line below to enable admin documentation: