Change load_organization_data comment and remove unused params

This commit is contained in:
zandercymatics 2023-11-22 08:29:42 -07:00
parent 598d0f6430
commit 854f0d4464
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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