mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 17:47:02 +02:00
Update extend_expiration_dates.py
This commit is contained in:
parent
90c12031e8
commit
b1530b5e5b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Command(BaseCommand):
|
||||||
self.update_skipped = []
|
self.update_skipped = []
|
||||||
self.update_failed = []
|
self.update_failed = []
|
||||||
self.expiration_minimum_cutoff = date(2023, 11, 1)
|
self.expiration_minimum_cutoff = date(2023, 11, 1)
|
||||||
self.expiration_maximum_cutoff = date(2023, 12, 30)
|
self.expiration_maximum_cutoff = date(2024, 12, 31)
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
"""Add command line arguments."""
|
"""Add command line arguments."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue