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

Allow use of custom admin site #15

Closed fcurella closed 8 years ago

fcurella commented 8 years ago

django-admin-views assumes the user is using the default admin site, and only iterates through the app that are included there by default (auth and sites)