log gpp/settings.py @ 98:d0d779dd0832

age author description
2009-07-12 Brian Neal Added a DEFAULT_FROM_EMAIL.
2009-07-05 Brian Neal First checkin of forums. Have noticed cascading delete behavior. Will try to prevent this next.
2009-07-01 Brian Neal #20 Upgrade to jQuery UI 1.7.2.
2009-06-27 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.
2009-06-27 Brian Neal Make the donations debug business name be found in the local_settings as it can change frequently.
2009-06-24 Brian Neal Donations: make item number a string instead of an integer.
2009-06-24 Brian Neal Updating settings.py with my correct Paypal sandbox developer email.
2009-06-23 Brian Neal Change the FILE_UPLOAD_PERMISSIONS to 0644.
2009-06-21 Brian Neal Send email based on setting in local_settings.py.
2009-06-14 Brian Neal Added support for caching. The avatar template tag now uses the cache.
2009-06-12 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.
2009-06-12 Brian Neal Deleting the legal application. Will use Flatpages for this.
2009-06-11 Brian Neal Added basic logging to settings.py. The send_email function is now logging. Removed remnants of the DebugLog model.
2009-06-11 Brian Neal Added IPN logic to the donations module. Added a thank-you view. Need to add logging to the IPN function.
2009-06-07 Brian Neal Donations: first cut at a donations view and a form built for paypal.