mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
Reference local environment Flower docs from the production's
This commit is contained in:
parent
280b8f0b57
commit
edb0232e20
|
@ -24,7 +24,10 @@ Before you begin, check out the ``production.yml`` file in the root of this proj
|
||||||
Provided you have opted for Celery (via setting ``use_celery`` to ``y``) there are two more services:
|
Provided you have opted for Celery (via setting ``use_celery`` to ``y``) there are two more services:
|
||||||
|
|
||||||
* ``celeryworker`` running a Celery worker process;
|
* ``celeryworker`` running a Celery worker process;
|
||||||
* ``celerybeat`` running a Celery beat process.
|
* ``celerybeat`` running a Celery beat process;
|
||||||
|
* ``flower`` running Flower_ (for more info, check out :ref:`CeleryFlower` instructions for local environment).
|
||||||
|
|
||||||
|
.. _`Flower`: https://github.com/mher/flower
|
||||||
|
|
||||||
|
|
||||||
Configuring the Stack
|
Configuring the Stack
|
||||||
|
|
|
@ -172,6 +172,8 @@ When developing locally you can go with MailHog_ for email testing provided ``us
|
||||||
.. _Mailhog: https://github.com/mailhog/MailHog/
|
.. _Mailhog: https://github.com/mailhog/MailHog/
|
||||||
|
|
||||||
|
|
||||||
|
.. _`CeleryFlower`:
|
||||||
|
|
||||||
Celery Flower
|
Celery Flower
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user