# HG changeset patch # User Brian Neal # Date 1245804934 0 # Node ID 399a9a40bbcf1530a70c17c7fcfb48694581d24f # Parent 2022851c78cfcc06804abd99f058c2b1c041eee9 Donations: make item number a string instead of an integer. diff -r 2022851c78cf -r 399a9a40bbcf gpp/settings.py --- a/gpp/settings.py Wed Jun 24 00:50:42 2009 +0000 +++ b/gpp/settings.py Wed Jun 24 00:55:34 2009 +0000 @@ -166,8 +166,8 @@ 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 +DONATIONS_ITEM_NUM = '500' # donation w/name listed +DONATIONS_ITEM_ANON_NUM = '501' # donation listed as anonymous ####################################################################### # Configure Logging