Re: permissions mapping

2021-09-07 Thread Lalit Suthar
https://docs.djangoproject.com/en/3.2/topics/auth/default/#permissions-and-authorization On Tue, 7 Sept 2021 at 18:42, Ssentumbwe Enoch wrote: > I want to design a factory management application but I need some guidance > roles permissions. > I want to divide the floor into sections whereby a su

Re: permissions mapping

2021-09-07 Thread MUGOYA DIHFAHSIH
Hello Enoch. Have you considered using permissions on this, i think it is the best way to implement this functionality. You implement this on the views by checking if the user is authorized to access the view in this case the edit function. On Tue, 7 Sept 2021 at 16:12, Ssentumbwe Enoch wrote:

permissions mapping

2021-09-07 Thread Ssentumbwe Enoch
I want to design a factory management application but I need some guidance roles permissions. I want to divide the floor into sections whereby a supervisor in section A can review and edit section A's functions without having rights to edit section B's functions. He or she can view section B but