Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设有一个带有多个管理站点的 Django 应用程序。每个都是供不同的人使用的。
如果用户被标记为“is_staff”,则默认情况下他可以访问所有管理站点。
问题是:如何禁止一个 AdminSite 的管理员访问另一个 AdminSite?