Adds management and bw-dev commands

This commit is contained in:
Mouse Reeve
2021-11-16 10:41:08 -08:00
parent 1d28c7e73d
commit 903aaaf4c4
3 changed files with 41 additions and 2 deletions

3
bw-dev
View File

@ -120,6 +120,9 @@ case "$CMD" in
populate_streams)
runweb python manage.py populate_streams $@
;;
populate_lists_streams)
runweb python manage.py populate_lists_streams $@
;;
populate_suggestions)
runweb python manage.py populate_suggestions
;;