mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 14:13:10 +00:00
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o nounset
|
|
|
|
|
|
watchgod celery.__main__.main --args -A config.celery_app worker -l INFO
|