Mercurial > public > sg101
changeset 1199:45ce2c20a4e7
Raise donations goal to $94.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 07 May 2023 19:30:52 -0500 |
parents | 3a03c2b2df05 |
children | b9514abc2a67 |
files | sg101/settings/base.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sg101/settings/base.py Sun May 07 19:27:19 2023 -0500 +++ b/sg101/settings/base.py Sun May 07 19:30:52 2023 -0500 @@ -264,7 +264,7 @@ DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com' DONATIONS_BUSINESS = ['brian@surfguitar101.com', 'bgneal@gmail.com'] DONATIONS_BUSINESS_DEBUG = ['bgneal_1246137628_biz@gmail.com'] -DONATIONS_GOAL = Decimal('80.00') # monthly goal +DONATIONS_GOAL = Decimal('94.00') # monthly goal DONATIONS_ANON_NAME = u'Anonymous' DONATIONS_ITEM_NUM = '500' # donation w/name listed DONATIONS_ITEM_ANON_NUM = '501' # donation listed as anonymous