mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 17:23:55 +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
|
@ -10,8 +10,8 @@ class HostIP(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.
|
||||
"""
|
||||
|
||||
address = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue