How to handle per object permission in Django nowadays?

一曲冷凌霜 提交于 2019-12-02 19:02:48
raratiru

Indeed, while reading the docs, I got excited that Django would cater for "per object permissions checking" out of the box, especially in the admin, and that it would be a matter of time to understand how I could activate it.

However, this does not seem to always be the case.

Django undoubtedly strives to provide the grounds (API) for such an implementation, but this implementation sometimes needs good coding skills and Django understanding.

It is the developer who will get these tools together by creating the app that suits its needs. This could be either easy or ... not so easy!

This contradicting information forms the base for my web crawling which focuses on finding a solution to the "per-object permissions" issue, somehow ... effectively for my project's needs or scale and of course my own coding skills and Django understanding up to now.

Django-guardian seems to be the most robust, full-fledged, full-blown application for this purpose.

There are also other more lightweight django applications that address specific needs which are production-stable, as well.

While trying to make ends meet in this somehow tricky quest, I am leaning towards using django-rules for its simple and focused on my needs functioning.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!