Added basic celery support and configuration.

This commit is contained in:
Chris Church
2013-03-14 16:11:14 -04:00
parent da9a31b599
commit a1fb81c4f4
4 changed files with 23 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ runserver:
# run for testing the server
python manage.py runserver
celeryd:
# run to start the background celery worker
python manage.py celeryd -l DEBUG -B
# already done and should not have to happen again:
#
#south_init: