koleror / django-admin-views

Easily link custom admin views and direct URLs into the Django admin
BSD 3-Clause "New" or "Revised" License
187 stars 33 forks source link

fix: if change default regexp for admin urls #4

Closed toly closed 10 years ago

toly commented 11 years ago

If urlpattern for admin urls like that: url(r'^another_admin_link/', include(admin.site.urls)), then urls for custom admin views are bad.

frankwiles commented 10 years ago

Thanks for contributing that!