Django权限问题

发布于 2024-09-08 01:34:43 字数 296 浏览 4 评论 0原文

大家好,我正在处理 django-admin 中的一些严重问题。我已经在 Meta 类中使用 app_label 创建了模型,

但是当我尝试创建一个组来分配特定权限时,我在选择列表中找不到它们。但是如果我从中删除 app_label我的模型我可以在我的权限列表中看到该模型。但是我不能没有app_label,所以我需要尽快修复这个问题。当我在数据库表'django_content_type'上运行选择查询时,我可以看到我的app_label,但他们没有任何条目在 auth_permission 表中。

这是 django 中的错误还是我做错了

Hi Everyone I m dealing with some serious issue in django-admin.I have created models with app_label in class Meta

But when i tried to create a group for alloting specific permissions I cant find them in my selection list.But if i remove app_label from my model I can see the model in my permission list.But I cant go without app_label, so i need to fix this asap.When i run a select query on db table 'django_content_type' i can see my app_label but they dont have any entry in auth_permission table.

Is this a bug in django or i m doing wrong

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

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

发布评论

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

评论(1

鲜肉鲜肉永远不皱 2024-09-15 01:34:43

错过了应用程序标签的含义

Missed used the meaning of app label

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