From 87d1aa71a25deca6fbbef2dd89ab440a7c95b44c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 28 Mar 2021 11:46:07 -0700 Subject: [PATCH] Adds populate streams to bw commands --- bw-dev | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bw-dev b/bw-dev index 712b80287..b6406f2cb 100755 --- a/bw-dev +++ b/bw-dev @@ -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