Mercurial > public > sg101
changeset 62:3767a6bc8d85
Make the donations debug business name be found in the local_settings as it can change frequently.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 27 Jun 2009 21:30:18 +0000 |
parents | 8c9344e36813 |
children | 5899e308cdb3 |
files | gpp/settings.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/settings.py Wed Jun 24 01:57:10 2009 +0000 +++ b/gpp/settings.py Sat Jun 27 21:30:18 2009 +0000 @@ -163,7 +163,7 @@ DONATIONS_DEBUG = True DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com' DONATIONS_BUSINESS = 'brian@surfguitar101.com' -DONATIONS_BUSINESS_DEBUG = 'bgneal_1194212446_biz@gmail.com' +DONATIONS_BUSINESS_DEBUG = local_settings.DONATIONS_BUSINESS_DEBUG DONATIONS_GOAL = Decimal('100.00') # monthly goal DONATIONS_ANON_NAME = u'Anonymous' DONATIONS_ITEM_NUM = '500' # donation w/name listed