Add DomainInformation data

This commit is contained in:
zandercymatics 2023-11-16 14:42:20 -07:00
parent 35a0ed751e
commit 44cd47e51d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 153 additions and 4 deletions

View file

@ -134,7 +134,6 @@ class TransitionDomain(TimeStampedModel):
blank=True,
help_text="Country code",
)
# TODO - Country code?
def __str__(self):
return f"{self.username}, {self.domain_name}"