Adds django celery beat

This commit is contained in:
Mouse Reeve
2022-02-26 08:44:19 -08:00
parent ab1c7c6d0a
commit 95e9119817
4 changed files with 16 additions and 0 deletions

1
bw-dev
View File

@ -215,6 +215,7 @@ case "$CMD" in
;;
setup)
migrate
migrate django_celery_beat
initdb
runweb python manage.py collectstatic --no-input
admin_code