Getting “Permission denied” page in the admin, while user has permission

后端 未结 2 1990
没有蜡笔的小新
没有蜡笔的小新 2021-01-22 08:53

I\'ve got some issue with user permissions in Django. I added some permissions for the Magasin model as shown below:

add_magasin=Permission.objects.         


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-22 09:40

    It seems it has to do with file permissions, not Django user permissions.

提交回复
热议问题