1
0
Fork 0

Merge branch 'main' into new-languages

This commit is contained in:
Mouse Reeve 2022-01-08 16:54:31 -08:00
commit ac1787ce6b
127 changed files with 1450 additions and 354 deletions

3
bw-dev
View file

@ -139,6 +139,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
;;