Models
ApiKey
¶
Bases: Model
ApiClient
¶
Bases: Model
has_perm(perm)
¶
Return True if the client has the specified permission.
Source code in api/models.py
has_perms(perm_list)
¶
Return True if the client has each of the specified permissions. If object is passed, check if the client has all required perms for it.