changeset 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 8c9344e36813
files gpp/settings.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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