torchbox / wagtail-template

A Django template for starting new Wagtail projects with Vagrant. NO LONGER MAINTANED
19 stars 8 forks source link

Add Celery support and supporting files. Fixes #21 #23

Closed zerolab closed 9 years ago

zerolab commented 9 years ago

Added Celery support (see #21)

Follows recommendations from http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html and http://www.revsys.com/12days/async-workers-celery/

Provides a note about multiple sites using the same Redis backend.

zerolab commented 9 years ago

Ready for re-review.

kaedroho commented 9 years ago

Looks good to me! Thanks!