Merge branch 'main' into za/1851-check-how-user-was-verified

This commit is contained in:
zandercymatics 2024-04-22 10:40:38 -06:00
commit d58cacd468
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
21 changed files with 1069 additions and 357 deletions

View file

@ -48,6 +48,7 @@ class User(AbstractUser):
default=None, # Set the default value to None
null=True, # Allow the field to be null
blank=True, # Allow the field to be blank
verbose_name="user status",
)
domains = models.ManyToManyField(