mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-20 08:24:05 +02:00
custom code for PublicContact to not communicate with Registry on import
This commit is contained in:
parent
7c50b5fc2a
commit
9f973938a3
3 changed files with 44 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue