From 870c36f5bf99ecb740bae6906ce59062c6f9a26d Mon Sep 17 00:00:00 2001 From: Chris Church Date: Wed, 20 Nov 2013 22:13:43 -0500 Subject: [PATCH] Remove --autoreload option from celeryd target, doesn't seem to work anyways. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e533b77511..b1f21bf4e2 100644 --- a/Makefile +++ b/Makefile @@ -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: