diff gpp/settings.py @ 66:9a29e9933959

Donations: made the donations debug flag be in local_settings. Changed the donations template to be a two column display of stats and donors.
author Brian Neal <bgneal@gmail.com>
date Sat, 27 Jun 2009 22:20:35 +0000
parents 3767a6bc8d85
children 8d391fe0ad64
line wrap: on
line diff
--- a/gpp/settings.py	Sat Jun 27 21:56:56 2009 +0000
+++ b/gpp/settings.py	Sat Jun 27 22:20:35 2009 +0000
@@ -160,7 +160,7 @@
 AVATAR_DEFAULT_URL = MEDIA_URL + AVATAR_DIR + '/default.png'
 
 # Donations application settings:
-DONATIONS_DEBUG = True
+DONATIONS_DEBUG = local_settings.DONATIONS_DEBUG
 DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com'
 DONATIONS_BUSINESS = 'brian@surfguitar101.com'
 DONATIONS_BUSINESS_DEBUG = local_settings.DONATIONS_BUSINESS_DEBUG