Add initial straightforward field renames

This commit is contained in:
Erin 2024-04-10 15:38:08 -07:00
parent 25dfe81f10
commit ed517aa258
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
9 changed files with 27 additions and 12 deletions

View file

@ -32,6 +32,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(