mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
fix minor typos in project README
This commit is contained in:
parent
528423fe67
commit
260bbb0a30
|
@ -64,7 +64,7 @@ To run a celery worker:
|
|||
cd {{cookiecutter.repo_name}}
|
||||
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.
|
||||
Please note: For Celery's 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 %}
|
||||
|
||||
|
@ -132,7 +132,7 @@ The testing framework runs Django, Celery (if enabled), Postgres, HitchSMTP (a m
|
|||
Deployment
|
||||
----------
|
||||
|
||||
We providing tools and instructions for deploying using Docker and Heroku.
|
||||
We provide tools and instructions for deploying using Docker and Heroku.
|
||||
|
||||
Heroku
|
||||
^^^^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user