Re: Roles and Permissions in python Django

2023-04-02 Thread Muhammed Lawal
Can you provide your Views code? By the way, if you are using DRF, you can use the "permission classes" or "permission decorators". Best regards. On Sat, 1 Apr 2023, 7:53 p.m. Daisi Caroline, wrote: > Hello friends i am doing a django project and i am stack on roles and > permissions.This is wha

Re: roles and permissions

2021-08-15 Thread Abeer Eltanawy
Sorry, this is the link: https://testdriven.io/blog/drf-permissions/#drf-permissions On Sun, Aug 15, 2021 at 6:26 AM Lalit Suthar wrote: > https://www.django-rest-framework.org/api-guide/permissions/ > > On Sat, 14 Aug 2021 at 04:35, Mike Dewhirst wrote: > >> Have you looked at ... >> >> https:

Re: roles and permissions

2021-08-14 Thread Lalit Suthar
https://www.django-rest-framework.org/api-guide/permissions/ On Sat, 14 Aug 2021 at 04:35, Mike Dewhirst wrote: > Have you looked at ... > > https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html > > > > > -- > (Unsigned mail from my phone

RE: roles and permissions

2021-08-13 Thread Mike Dewhirst
Have you looked at ...https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html--(Unsigned mail from my phone) Original message From: Amit Vaghani Date: 13/8/21 23:28 (GMT+10:00) To: Django users Subject: roles and permi

Re: roles and permissions

2021-08-13 Thread Abeer Eltanawy
I find this article (and the succeeding 2 articles in the post thread) is a great resource for how to manage roles and permissions with DRF. On Fri, Aug 13, 2021 at 3:28 PM Amit Vaghani wrote: > I want develop Custom Roles And Permission > Any one guide me > > -- > You received this message beca