mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
fix: fix celery beat startup without django_celery_beat tables
This commit is contained in:
parent
69505fb7d6
commit
87ca0f2c36
|
@ -5,4 +5,5 @@ set -o nounset
|
||||||
|
|
||||||
|
|
||||||
rm -f './celerybeat.pid'
|
rm -f './celerybeat.pid'
|
||||||
|
python manage.py migrate django_celery_beat
|
||||||
exec watchfiles --filter python celery.__main__.main --args '-A config.celery_app beat -l INFO'
|
exec watchfiles --filter python celery.__main__.main --args '-A config.celery_app beat -l INFO'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user