Mercurial > public > sg101
comparison gpp/settings.py @ 60:399a9a40bbcf
Donations: make item number a string instead of an integer.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Jun 2009 00:55:34 +0000 |
parents | 2022851c78cf |
children | 3767a6bc8d85 |
comparison
equal
deleted
inserted
replaced
59:2022851c78cf | 60:399a9a40bbcf |
---|---|
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 = 'bgneal_1194212446_biz@gmail.com' | 166 DONATIONS_BUSINESS_DEBUG = 'bgneal_1194212446_biz@gmail.com' |
167 DONATIONS_GOAL = Decimal('100.00') # monthly 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 ####################################################################### |
173 # Configure Logging | 173 # Configure Logging |
174 ####################################################################### | 174 ####################################################################### |
175 | 175 |