Re: Advanced permissions and role creation

2019-04-25 Thread Balaji Shetty
Dear Mike Dewhirst Thank You Very Much for your nice reply . I try it . On Thu, Apr 25, 2019 at 6:26 AM Mike Dewhirst wrote: > On 23/04/2019 9:22 pm, Balaji Shetty wrote: > > Hi > > > > Did you get any particular solution. I am also facing the same > > problem. My project also have same

Re: Advanced permissions and role creation

2019-04-25 Thread Mike Dewhirst
On 23/04/2019 9:22 pm, Balaji Shetty wrote: Hi Did you get any particular solution. I am also facing the same problem. My project also have same requirement. I think this problem must have been faced by every dveloper. Can you please

Re: Advanced permissions and role creation

2019-04-24 Thread Mike Dewhirst
On 23/04/2019 9:22 pm, Balaji Shetty wrote: Hi Did you get any particular solution. I am also facing the same problem. My project also have same requirement. I think this problem must have been faced by every dveloper. Can you please share the solution or any useful internet resource .

Re: Advanced permissions and role creation

2019-04-23 Thread Balaji Shetty
Hi Did you get any particular solution. I am also facing the same problem. My project also have same requirement. I think this problem must have been faced by every dveloper. Can you please share the solution or any useful internet resource . On Sun, Apr 21, 2019 at 4:37 PM Joel Mathew wrote:

Re: Advanced permissions and role creation

2019-04-21 Thread Joel Mathew
Thanks a lot, guys. On Sun, 21 Apr, 2019, 3:58 PM Jani Tiainen, wrote: > Hi, > > We do in our applications pretty much same approach as Mike proposed in > his post. It's relatively efficient and works for both, UI and application > side pretty well and doesn't require building anything complex

Re: Advanced permissions and role creation

2019-04-21 Thread Jani Tiainen
Hi, We do in our applications pretty much same approach as Mike proposed in his post. It's relatively efficient and works for both, UI and application side pretty well and doesn't require building anything complex and pretty much everything you need is already built-in in Django. On Sun, Apr

Re: Advanced permissions and role creation

2019-04-20 Thread Mike Dewhirst
On 21/04/2019 12:11 pm, Joel Mathew wrote: I have an application for a hospital. There, I should be able to assign different roles like Doctor, Nurse, Attender, Auxillary Nurse, Pharmacist, Store Manager etc, each of would be having specific access to seperate areas (views), with some having

Re: Advanced permissions and role creation

2019-04-20 Thread Sithembewena L. Dube
For roles and permissions management, I would stick with Django's Auth application (django.contrib.auth). It sounds like you ought to read up on how to design and build a multi-tenancy SaaS project in Django. I cannot recommend any one resource, so you'll have to do some searching and see what

Advanced permissions and role creation

2019-04-20 Thread Joel Mathew
I have an application for a hospital. There, I should be able to assign different roles like Doctor, Nurse, Attender, Auxillary Nurse, Pharmacist, Store Manager etc, each of would be having specific access to seperate areas (views), with some having restricted access. In addition, there are other