log gpp/settings.py @ 66:9a29e9933959

age author description
Sat, 27 Jun 2009 22:20:35 +0000 Brian Neal Donations: made the donations debug flag be in local_settings. Changed the donations template to be a two column display of stats and donors.
Sat, 27 Jun 2009 21:30:18 +0000 Brian Neal Make the donations debug business name be found in the local_settings as it can change frequently.
Wed, 24 Jun 2009 00:55:34 +0000 Brian Neal Donations: make item number a string instead of an integer.
Wed, 24 Jun 2009 00:50:42 +0000 Brian Neal Updating settings.py with my correct Paypal sandbox developer email.
Tue, 23 Jun 2009 01:15:23 +0000 Brian Neal Change the FILE_UPLOAD_PERMISSIONS to 0644.
Sun, 21 Jun 2009 22:07:43 +0000 Brian Neal Send email based on setting in local_settings.py.
Sun, 14 Jun 2009 20:25:22 +0000 Brian Neal Added support for caching. The avatar template tag now uses the cache.
Fri, 12 Jun 2009 02:37:28 +0000 Brian Neal Removed old legal application urls from main urls file. (Forgot to do this in last commit.) Added flatpages support. Added some links on the base template.
Fri, 12 Jun 2009 01:35:13 +0000 Brian Neal Deleting the legal application. Will use Flatpages for this.
Thu, 11 Jun 2009 01:33:38 +0000 Brian Neal Added basic logging to settings.py. The send_email function is now logging. Removed remnants of the DebugLog model.
Thu, 11 Jun 2009 00:54:44 +0000 Brian Neal Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
Sun, 07 Jun 2009 00:22:50 +0000 Brian Neal Donations: first cut at a donations view and a form built for paypal.
Wed, 03 Jun 2009 00:59:17 +0000 Brian Neal Slideshow for home page; Initial checkin for the donations application.
Sun, 03 May 2009 20:14:04 +0000 Brian Neal Initial integration of django-elsewhere.
Wed, 22 Apr 2009 00:34:42 +0000 Brian Neal Added bulletins template tag.