mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-27 00:40:39 +03:00
Fix typo in flower start for watching celery (#3966)
This commit is contained in:
parent
fec7ba3aa8
commit
77695c7c10
|
@ -3,6 +3,6 @@
|
|||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
exec watchfiles celery.__.main__.main \
|
||||
exec watchfiles celery.__main__.main \
|
||||
--args \
|
||||
"-A config.celery_app -b \"${CELERY_BROKER_URL}\" flower --basic_auth=\"${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}\""
|
||||
|
|
Loading…
Reference in New Issue
Block a user