Blog Archive for February 4, 2012

Getting Started with Celery and Django

February 4, 2012

We're going to implement a simple asynchronous task from a Django site, using Celery with a Redis back end. This task will send an email, based on parameters passed through the task to it. We assume you have an existing Django project and are adding celery to it.

Install software …