Permissions¶
Permissions determine whether a request should be granted or denied access. Unless otherwise noted, all of the classes below adhere to the Django REST Framework’s API for permission classes.
-
class
IsSuperuser
¶ Allows access only to superusers.