Django 仅按组限制访问

发布于 2024-08-28 19:24:45 字数 120 浏览 1 评论 0原文

我只有你可以通过管理员中的用户权限来限制用户可以执行的操作。但是有没有办法通过将它们添加到哪个组来限制他们在管理员中的操作?

如果某个组属于某个组,我想允许某个组执行该模型中的所有操作,

谢谢!

I only you can limit what a user can do via the user permissions in admin.. But is there a way to limit them in admin via what group you add them to?

I want to allow a certain group to do everything in that model if they belong to a certain group

thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

横笛休吹塞上声 2024-09-04 19:24:46

如果您查看管理员中的Group模型,您可以在那里设置权限。您可以通过查看用户的 User 模型将人员添加到组中。

If you look at the Group model in the admin you can set permissions there. You can add people to a group by looking at their User model.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文