Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilly committed Dec 12, 2012
1 parent 3ded04b commit e240c2e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
@@ -1,5 +1,4 @@


djsupervisor: easy integration between django and supervisord
==============================================================

Expand Down Expand Up @@ -70,9 +69,11 @@ Celery task daemon::
[program:webserver]
command={{ PYTHON }} {{ PROJECT_DIR }}/manage.py runserver --noreload
[program:celeryd]
command={{ PYTHON }} {{ PROJECT_DIR }}/manage.py celeryd -l info
[program:celeryworker]
command={{ PYTHON }} {{ PROJECT_DIR }}/manage.py celery worker -l info

[program:celerybeat]
command={{ PYTHON }} {{ PROJECT_DIR }}/manage.py celery beat -l info

Now when you run the "supervisor" management command, it will detect this
file and start the two processes for you.
Expand Down

0 comments on commit e240c2e

Please sign in to comment.