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

@ -27,7 +27,7 @@ class Host(TimeStampedModel):
"registrar.Domain",
on_delete=models.PROTECT,
related_name="host", # access this Host via the Domain as `domain.host`
help_text="Domain associated with this hosts",
help_text="Domain associated with this host",
)
def __str__(self):