mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Update command line for Flower
This commit is contained in:
parent
db09f07eb9
commit
9cfb7646cb
|
@ -4,7 +4,8 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
|
|
||||||
celery flower \
|
celery \
|
||||||
--app=config.celery_app \
|
-A config.celery_app \
|
||||||
--broker="${CELERY_BROKER_URL}" \
|
-b "${CELERY_BROKER_URL}" \
|
||||||
|
flower \
|
||||||
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}"
|
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}"
|
||||||
|
|
|
@ -4,7 +4,8 @@ set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
|
|
||||||
celery flower \
|
celery \
|
||||||
--app=config.celery_app \
|
-A config.celery_app \
|
||||||
--broker="${CELERY_BROKER_URL}" \
|
-b "${CELERY_BROKER_URL}" \
|
||||||
|
flower \
|
||||||
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}"
|
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user