Fixed models and added migrations

This commit is contained in:
CocoByte 2024-02-23 16:30:50 -07:00
parent cc2e24d451
commit 183c4cdeb7
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
7 changed files with 877 additions and 6 deletions

View file

@ -108,7 +108,7 @@ class TransitionDomain(TimeStampedModel):
blank=True,
help_text="Email",
)
phone = models.PhoneNumberField(
phone = PhoneNumberField(
null=True,
blank=True,
help_text="Phone",