Learn how to configure Celery for development and how to create and run simple distributed tasks from Django views. A common pattern in Django web applications is to pass long-running tasks off to a task queue. Celery is a popular distributed task queue with good Django integration.
Video Producer: http://marakana.com/