# HG changeset patch # User Brian Neal # Date 1246138218 0 # Node ID 3767a6bc8d851de537ba156510c83f6b283f1986 # Parent 8c9344e368136ae0702edf8d6bec49b1de2d88bf Make the donations debug business name be found in the local_settings as it can change frequently. diff -r 8c9344e36813 -r 3767a6bc8d85 gpp/settings.py --- 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