Activate CY2025 end of year match drive.
This commit is contained in:
parent
519e23aadd
commit
c8e8d15d0c
2 changed files with 2 additions and 2 deletions
|
|
@ -159,4 +159,4 @@ USETHESOURCE = {
|
||||||
'LIST_RECIPIENT': 'ccs-review@lists.sfconservancy.org',
|
'LIST_RECIPIENT': 'ccs-review@lists.sfconservancy.org',
|
||||||
}
|
}
|
||||||
|
|
||||||
SITE_FUNDGOAL = 'cy2024-end-year-match'
|
SITE_FUNDGOAL = 'cy2025-end-year-match'
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ from conservancy.fundgoal.models import FundraisingGoal
|
||||||
|
|
||||||
def create_fundraising_goal():
|
def create_fundraising_goal():
|
||||||
FundraisingGoal.objects.create(
|
FundraisingGoal.objects.create(
|
||||||
fundraiser_code_name='cy2023-end-year-match',
|
fundraiser_code_name='cy2025-end-year-match',
|
||||||
fundraiser_goal_amount=0,
|
fundraiser_goal_amount=0,
|
||||||
fundraiser_so_far_amount=0,
|
fundraiser_so_far_amount=0,
|
||||||
fundraiser_donation_count=0,
|
fundraiser_donation_count=0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue