Skip to content

consts

django_spire.auth.permissions.consts

PERMISSIONS_LEVEL_CHOICES = ((0, 'None'), (1, 'View'), (2, 'Add'), (3, 'Change'), (4, 'Delete')) module-attribute

VALID_PERMISSION_LEVELS = Literal[0, 1, 2, 3, 4] module-attribute