log gpp/settings/base.py @ 575:acfa5162d72f

age author description
2012-05-05 Brian Neal For Django 1.4, add clickjacking protection via new middleware.
2012-05-03 Brian Neal For Django 1.4, remove the obsolete setting ADMIN_MEDIA_PREFIX.
2012-02-03 Brian Neal Creating a simple banner / ad campaign application, initially as a RFB / SG101
2012-01-15 Brian Neal Altered the open graph meta tags tag to generate tags for the home page
2012-01-13 Brian Neal Initial version of the phantombrigade application.
2012-01-09 Brian Neal For #243, create a contests application.
2011-12-19 Brian Neal For #194, we no longer need the mailer application.
2011-12-19 Brian Neal For #194, create a task to run the queued_search's process_search_queue command periodically.
2011-12-18 Brian Neal Created Celery tasks to process new posts and topics. Keep the updated topic set in Redis.
2011-12-17 Brian Neal For #194, rework the who's online and max users functions.
2011-12-16 Brian Neal For #194, add a celery task for purging deleted private messages.
2011-12-15 Brian Neal For #194, add a celery beat task for Django & forum cleanup.
2011-12-14 Brian Neal For #194, convert the POTD management command to a celery task.
2011-12-13 Brian Neal Minor tweaks to base settings.
2011-12-13 Brian Neal Using celery to send mail out of the request/response cycle.
2011-12-11 Brian Neal Adding in Celery to the settings so we can try to get it running in production.
2011-11-30 Brian Neal For #236, switch to a settings package scheme.