Re: django-admin list in readonly

2018-04-27 Thread Hervé Edorh
Yes it is what i have done but i if i remove the modify rules in the admin, the simple user will not have the list appear in his session. i want him to just make the select without modify Le vendredi 27 avril 2018 14:11:14 UTC, James Farris a écrit : > > In Django admin I would create a group an

Re: django-admin list in readonly

2018-04-27 Thread James Farris
In Django admin I would create a group and give it permissions and add users to that group. On Fri, Apr 27, 2018 at 2:58 AM Hervé Edorh wrote: > > In django admin, we have 3 rules that we can attribute to a table we can > add, modify and delete. when you choose for an user the rule of modify, he

django-admin list in readonly

2018-04-27 Thread Hervé Edorh
In django admin, we have 3 rules that we can attribute to a table we can add, modify and delete. when you choose for an user the rule of modify, he can't add and delete, My problem is that a have list of object and i don't want that the user modify but can select it. how disable it?