Mercurial > public > sg101
comparison gpp/settings.py @ 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 | 7abef1a956f3 |
children | 399a9a40bbcf |
comparison
equal
deleted
inserted
replaced
58:02e5dfa830cc | 59:2022851c78cf |
---|---|
161 | 161 |
162 # Donations application settings: | 162 # Donations application settings: |
163 DONATIONS_DEBUG = True | 163 DONATIONS_DEBUG = True |
164 DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com' | 164 DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com' |
165 DONATIONS_BUSINESS = 'brian@surfguitar101.com' | 165 DONATIONS_BUSINESS = 'brian@surfguitar101.com' |
166 DONATIONS_BUSINESS_DEBUG = 'brian@surfguitar101.com' | 166 DONATIONS_BUSINESS_DEBUG = 'bgneal_1194212446_biz@gmail.com' |
167 DONATIONS_GOAL = Decimal('100.00') # montly goal | 167 DONATIONS_GOAL = Decimal('100.00') # monthly goal |
168 DONATIONS_ANON_NAME = u'Anonymous' | 168 DONATIONS_ANON_NAME = u'Anonymous' |
169 DONATIONS_ITEM_NUM = 500 # donation w/name listed | 169 DONATIONS_ITEM_NUM = 500 # donation w/name listed |
170 DONATIONS_ITEM_ANON_NUM = 501 # donation listed as anonymous | 170 DONATIONS_ITEM_ANON_NUM = 501 # donation listed as anonymous |
171 | 171 |
172 ####################################################################### | 172 ####################################################################### |