mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 11:13:21 +02:00
Respond to PR feedback
This commit is contained in:
parent
eda5e9751b
commit
6fd29aea75
6 changed files with 91 additions and 6 deletions
|
@ -28,5 +28,6 @@ class Host(TimeStampedModel):
|
|||
domain = models.ForeignKey(
|
||||
Domain,
|
||||
on_delete=models.PROTECT,
|
||||
related_name="host", # access this Host via the Domain as `domain.host`
|
||||
help_text="Domain to which this host belongs",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue