Add migration

This commit is contained in:
zandercymatics 2024-04-15 09:55:19 -06:00
parent 30eed60413
commit 98dbca3983
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
8 changed files with 1184 additions and 8 deletions

View file

@ -33,6 +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
help_text='Users in "restricted" status cannot make updates in the registrar or start a new request.',
)
domains = models.ManyToManyField(