mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-06 03:03:25 +02:00
remove Hosts from django admin, update docstrings on Host and HostIP
This commit is contained in:
parent
fdccfc0968
commit
d0ca1ccff1
3 changed files with 7 additions and 5 deletions
|
@ -11,8 +11,8 @@ class Host(TimeStampedModel):
|
|||
|
||||
The registry is the source of truth for this data.
|
||||
|
||||
This model exists ONLY to allow a new registrant to draft DNS entries
|
||||
before their application is approved.
|
||||
This model exists to make hosts/nameservers and ip addresses
|
||||
available when registry is not available.
|
||||
"""
|
||||
|
||||
name = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue