#34284 closed New feature (wontfix)
Permission to access adminsites
Reported by: | Al Mahdi | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Dynamically customizing ModelAdmin
s of the default AdminSite
for different staff's is not so efficient.
Rather it's better to have custom AdminSite
s for different staff's.
It would be great if we could give staffs the permission to only access the AdminSite
we want.
Change History (4)
comment:1 by , 22 months ago
Summary: | Permissions to access a adminsite → Permission to access a adminsite |
---|
comment:2 by , 22 months ago
Summary: | Permission to access a adminsite → Permission to access adminsites |
---|
comment:3 by , 22 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the ticket, however Django Admin is not a 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 AdminSite.has_permission() and control permissions for each
AdminSite
.