* status: new => closed
* resolution: => wontfix
Comment:
Thanks for the ticket, however Django Admin is not a
[https://docs.djangoproject.com/en/stable/ref/contrib/admin/#module-
django.contriab.admin universal tool for building an app] and adding a new
layer of access control (like any new customization option) is always
controversial. Moreover, I don't think it's needed, you should be able to
override
[https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.AdminSite.has_permission
AdminSite.has_permission()] and control permissions for each `AdminSite`.
--
Ticket URL: <https://code.djangoproject.com/ticket/34284#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Al Mahdi):
Thanks. Overriding the {{{has_permission}}} method, works for me.
--
Ticket URL: <https://code.djangoproject.com/ticket/34284#comment:4>