Remove --autoreload option from celeryd target, doesn't seem to work anyways.

This commit is contained in:
Chris Church 2013-11-20 22:13:43 -05:00
parent 061f293b6c
commit 870c36f5bf

View File

@ -102,7 +102,7 @@ runserver:
# Run to start the background celery worker for development.
celeryd:
$(PYTHON) manage.py celeryd -l DEBUG -B --autoreload
$(PYTHON) manage.py celeryd -l DEBUG -B
# Run all API unit tests.
test: