diff gpp/settings.py @ 36:296b610ee507

Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
author Brian Neal <bgneal@gmail.com>
date Thu, 11 Jun 2009 00:54:44 +0000
parents f77a1cdd7a46
children c14cfd6be87a
line wrap: on
line diff
--- a/gpp/settings.py	Sun Jun 07 00:22:50 2009 +0000
+++ b/gpp/settings.py	Thu Jun 11 00:54:44 2009 +0000
@@ -146,6 +146,9 @@
 MAX_AVATAR_SIZE_BYTES = 2 * 1024 * 1024
 MAX_AVATAR_SIZE_PIXELS = 100
 AVATAR_DEFAULT_URL = MEDIA_URL + AVATAR_DIR + '/default.png'
+
+# Donations application settings:
+DONATIONS_DEBUG = True
 DONATIONS_ITEM_NAME = 'Donation for SurfGuitar101.com'
 DONATIONS_BUSINESS = 'brian@surfguitar101.com'
 DONATIONS_BUSINESS_DEBUG = 'brian@surfguitar101.com'