mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Add migration
This commit is contained in:
parent
30eed60413
commit
98dbca3983
8 changed files with 1184 additions and 8 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue