row level permissions in django

后端 未结 5 1886
一个人的身影
一个人的身影 2021-01-30 15:19

Is there a way to do row level permissions in django? I thought there wasn\'t but just noticed this in the docs:

Permissions can be set not only per type

5条回答
  •  执笔经年
    2021-01-30 15:23

    There are a large number of "permissions" apps for django available on PyPi
    For example you could look at django-object-permission.

    What the documentation is referring to is that the functionality is there to implement the permissions. And people have done just that by creating apps for this.

提交回复
热议问题