log gpp/settings/base.py @ 547:15fad6df98d9

age author description
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.