Django权限问题
大家好,我正在处理 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
错过了应用程序标签的含义
Missed used the meaning of app label