Capitalization on user model

This commit is contained in:
Erin 2024-04-15 16:56:11 -07:00
parent d81a916941
commit bbbdabb724
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -33,7 +33,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",
verbose_name="user status",
)
domains = models.ManyToManyField(