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