mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
Fix example urls include regex
This commit is contained in:
parent
ee7431e34d
commit
6c187eb978
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ admin.autodiscover()
|
|||
|
||||
urlpatterns = patterns('',
|
||||
# Examples:
|
||||
url(r'^admin2/$', include('djadmin2.urls')),
|
||||
url(r'^admin2/', 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