Class PermissionRequiredMixin
Verify that the current user has all specified permissions.
Declaration
source linkDocumentation
Methods
▷ def dispatch(self, request, *args, **kwargs) ▷ def get_permission_required(self) Override this method to override the permission_required attribute. Must return an iterable.
▷ def has_permission(self) Override this method to customize the way permissions are checked.