mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Change load_organization_data comment and remove unused params
This commit is contained in:
parent
598d0f6430
commit
854f0d4464
1 changed files with 1 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
"""Data migration: Send domain invitations once to existing customers."""
|
||||
"""Data migration: Load organization data for TransitionDomain and DomainInformation objects"""
|
||||
|
||||
import argparse
|
||||
import json
|
||||
|
@ -54,18 +54,6 @@ class Command(BaseCommand):
|
|||
|
||||
parser.add_argument("--directory", default="migrationdata", help="Desired directory")
|
||||
|
||||
# Serves as a domain_additional_filename override
|
||||
parser.add_argument(
|
||||
"--domain_additional_filename",
|
||||
help="Defines the filename for additional domain data",
|
||||
)
|
||||
|
||||
# Serves as a organization_adhoc_filename override
|
||||
parser.add_argument(
|
||||
"--organization_adhoc_filename",
|
||||
help="Defines the filename for domain type adhocs",
|
||||
)
|
||||
|
||||
def handle(self, migration_json_filename, **options):
|
||||
"""Process the objects in TransitionDomain."""
|
||||
# Parse JSON file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue