Reference local environment Flower docs from the production's

This commit is contained in:
Nikita P. Shupeyko 2018-06-12 11:57:11 +03:00
parent 280b8f0b57
commit edb0232e20
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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
~~~~~~~~~~~~~ ~~~~~~~~~~~~~