Object Ownership in Django

后端 未结 3 2106
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 12:22

I\'m wondering how I might accomplish a simple \'object ownership\' system with django models, such that, by default, only the owner of an object may edit it.

I am attem

3条回答
  •  心在旅途
    2021-01-31 12:45

    A while back I wrote up the usual technique for doing this in the admin. You may want to read through that to see how the implementation works.

提交回复
热议问题