Adds populate streams to bw commands

This commit is contained in:
Mouse Reeve 2021-03-28 11:46:07 -07:00
parent 5441d4db09
commit 87d1aa71a2

5
bw-dev
View file

@ -109,7 +109,10 @@ case "$CMD" in
black)
makeitblack
;;
populate_feeds)
execweb python manage.py populate_streams
;;
*)
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, bash, shell, dbshell, restart_celery, test, pytest, test_report, black"
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, bash, shell, dbshell, restart_celery, test, pytest, test_report, black, populate_feeds"
;;
esac