mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Merge pull request #285 from jayfk/patch-1
Reflect Celery taskapp refactoring in the docs
This commit is contained in:
commit
0477f2ddb5
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user