Mercurial > public > sg101
changeset 59:2022851c78cf
Updating settings.py with my correct Paypal sandbox developer email.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Jun 2009 00:50:42 +0000 |
parents | 02e5dfa830cc |
children | 399a9a40bbcf |
files | gpp/settings.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/settings.py Wed Jun 24 00:18:53 2009 +0000 +++ b/gpp/settings.py Wed Jun 24 00:50:42 2009 +0000 @@ -163,8 +163,8 @@ DONATIONS_DEBUG = True DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com' DONATIONS_BUSINESS = 'brian@surfguitar101.com' -DONATIONS_BUSINESS_DEBUG = 'brian@surfguitar101.com' -DONATIONS_GOAL = Decimal('100.00') # montly goal +DONATIONS_BUSINESS_DEBUG = 'bgneal_1194212446_biz@gmail.com' +DONATIONS_GOAL = Decimal('100.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