reading-notes

Django Permissions

Permissions

How permissions are determined

Object level permissions

Setting the permission policy

API Reference

AllowAny

IsAuthenticated

IsAdminUser

IsAuthenticatedOrReadOnly

DjangoModelPermissions

DjangoModelPermissionsOrAnonReadOnly

DjangoObjectPermissions

Source: https://www.django-rest-framework.org/api-guide/permissions/

Things I want to know more about