Update transfer_federal_agency_type.py

This commit is contained in:
zandercymatics 2024-06-24 15:24:18 -06:00
parent 3a0fcf2648
commit 1411186921
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -13,6 +13,7 @@ class Command(BaseCommand, PopulateScriptTemplate):
This template handles logging and bulk updating for you, for repetitive scripts that update a few fields. This template handles logging and bulk updating for you, for repetitive scripts that update a few fields.
It is the ultimate lazy mans shorthand. Don't use this for anything terribly complicated. It is the ultimate lazy mans shorthand. Don't use this for anything terribly complicated.
""" """
help = "Loops through each valid User object and updates its verification_type value" help = "Loops through each valid User object and updates its verification_type value"
prompt_title = "Do you wish to update all Federal Agencies?" prompt_title = "Do you wish to update all Federal Agencies?"
display_run_summary_items_as_str = True display_run_summary_items_as_str = True