开发者

Custom views in Django admin panel

开发者 https://www.devze.com 2023-01-04 18:51 出处:网络
I am work开发者_StackOverflow社区ing on a Django project where I need to change almost half the features and the way Django admin manages the models. For e.g. I have to create an application and then

I am work开发者_StackOverflow社区ing on a Django project where I need to change almost half the features and the way Django admin manages the models. For e.g. I have to create an application and then create an administrator and assign that application such that this admin can manage only that particular application. The administrators would be created by the global administrator of the project using the admin panel.

Please suggest.

Thanks in advance.


You can control who has access read/write/delete to what applications' data via the admin using permissions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号