Merge pull request #285 from jayfk/patch-1

Reflect Celery taskapp refactoring in the docs
This commit is contained in:
Daniel Greenfeld 2015-08-06 19:03:43 -07:00
commit 0477f2ddb5

View File

@ -134,7 +134,7 @@ To run a celery worker:
.. code-block:: bash
cd {{cookiecutter.repo_name}}
celery -A {{cookiecutter.repo_name}} worker -l info
celery -A {{cookiecutter.repo_name}}.taskapp worker -l info
Please note: For Celerys import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right.
{% endif %}