remove Hosts from django admin, update docstrings on Host and HostIP

This commit is contained in:
David Kennedy 2023-12-29 06:23:33 -05:00
parent fdccfc0968
commit d0ca1ccff1
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 7 additions and 5 deletions

View file

@ -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(