mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Root URL access djadmin2 index
This commit is contained in:
parent
86f60f8b8e
commit
e1e3f51291
2 changed files with 2 additions and 1 deletions
|
|
@ -119,6 +119,7 @@ INSTALLED_APPS = (
|
|||
# 'django.contrib.admin',
|
||||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
'djadmin2',
|
||||
'blog',
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue