updated django to 4.2.10 & linted

This commit is contained in:
CocoByte 2024-02-07 18:17:48 -07:00
parent 497d11c67c
commit 1e5f977208
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
31 changed files with 19 additions and 44 deletions

View file

@ -4,11 +4,9 @@ from .utility.time_stamped_model import TimeStampedModel
class UserDomainRole(TimeStampedModel):
"""This is a linking table that connects a user with a role on a domain."""
class Roles(models.TextChoices):
"""The possible roles are listed here.
Implementation of the named roles for allowing particular operations happens