mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-30 03:24:54 +00:00
Merge pull request #36 from RaphaelKimmig/master
Fix example urls regex
This commit is contained in:
commit
e904f12f8a
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