mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-01 02:39:48 +03:00
Update README.rst
This commit is contained in:
parent
316adea848
commit
2f297cba7f
|
@ -139,6 +139,7 @@ To run a celery worker:
|
||||||
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 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 %}
|
{% endif %}
|
||||||
{% if cookiecutter.use_maildump == "y" %}
|
{% if cookiecutter.use_maildump == "y" %}
|
||||||
|
|
||||||
Email Server
|
Email Server
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -161,6 +162,7 @@ To stop the email server::
|
||||||
The email server listens on 127.0.0.1:1025
|
The email server listens on 127.0.0.1:1025
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if cookiecutter.use_sentry == "y" %}
|
{% if cookiecutter.use_sentry == "y" %}
|
||||||
|
|
||||||
Sentry
|
Sentry
|
||||||
^^^^^^
|
^^^^^^
|
||||||
|
|
||||||
|
@ -298,7 +300,9 @@ Prerequisites:
|
||||||
Before you start, check out the `docker-compose.yml` file in the root of this project. This is where each component
|
Before you start, check out the `docker-compose.yml` file in the root of this project. This is where each component
|
||||||
of this application gets its configuration from. It consists of a `postgres` service that runs the database, `redis`
|
of this application gets its configuration from. It consists of a `postgres` service that runs the database, `redis`
|
||||||
for caching, `nginx` as reverse proxy and last but not least the `django` application run by gunicorn.
|
for caching, `nginx` as reverse proxy and last but not least the `django` application run by gunicorn.
|
||||||
{% if cookiecutter.use_celery == 'y' -%}
|
{% if cookiecutter.use_celery == 'y' %}
|
||||||
|
|
||||||
|
|
||||||
Since this application also runs Celery, there are two more services with a service called `celeryworker` that runs the
|
Since this application also runs Celery, there are two more services with a service called `celeryworker` that runs the
|
||||||
celery worker process and `celerybeat` that runs the celery beat process.
|
celery worker process and `celerybeat` that runs the celery beat process.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user