Fix example urls include regex

This commit is contained in:
Raphael Kimmig 2013-05-18 13:27:12 +02:00
parent ee7431e34d
commit 6c187eb978

View file

@ -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: