mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-17 13:21:06 +00:00
remove confusing comments
This commit is contained in:
parent
74c86f9c3b
commit
f5f94c352c
1 changed files with 0 additions and 6 deletions
|
|
@ -8,12 +8,6 @@ import djadmin2
|
|||
djadmin2.default.autodiscover()
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# Examples:
|
||||
url(r'^admin2/', include(djadmin2.default.urls)),
|
||||
# url(r'^example/', include('example.foo.urls')),
|
||||
|
||||
# Uncomment the admin/doc line below to enable admin documentation:
|
||||
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
|
||||
url(r'^admin/', include(admin.site.urls)),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue