custom code for PublicContact to not communicate with Registry on import

This commit is contained in:
David Kennedy 2024-06-01 09:43:32 -04:00
parent 7c50b5fc2a
commit 9f973938a3
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 44 additions and 4 deletions

View file

@ -12,7 +12,7 @@ class Command(BaseCommand):
"""Delete all rows from a list of tables"""
table_names = [
"DomainInformation", "DomainRequest", "Domain", "User", "Contact",
"Website", "DraftDomain", "HostIp", "Host"
"Website", "DraftDomain", "HostIp", "Host", "PublicContact"
]
for table_name in table_names: