remove reference to celery in fabric file

This commit is contained in:
Kyle Mahan 2015-03-14 20:02:47 +00:00
parent ce5a1dfe98
commit 20b757c315

1
fabfile.py vendored
View file

@ -32,7 +32,6 @@ def restart():
with prefix("source venv/bin/activate"):
run("pip install --upgrade -r requirements.txt")
sudo("restart woodwind")
sudo("restart woodwind-celery")
sudo("restart woodwind-tornado")