Skip to content

Commit c014ce4

Browse files
thibaudcolasbmispelon
authored andcommitted
Update the fundraising goal amount from 200000 to 300000
This is per the fundraising working group’s discussions. The amount is pretty arbitrary, we just know we want more funding this year, so +100k felt like a reasonable place to aim. The only place this figure is used is on the [fundraising page](https://www.djangoproject.com/fundraising/), to display the absolute goal amount and % towards completion.
1 parent 2fb3de8 commit c014ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fundraising/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from djangoproject.thumbnails import LogoThumbnailMixin
1313

14-
GOAL_AMOUNT = Decimal("200000.00")
14+
GOAL_AMOUNT = Decimal("300000.00")
1515
GOAL_START_DATE = datetime.date(datetime.datetime.today().year, 1, 1)
1616
DISPLAY_DONOR_DAYS = 365
1717
DEFAULT_DONATION_AMOUNT = 50

0 commit comments

Comments
 (0)