Adds management command for populating suggestions
This commit is contained in:
5
bw-dev
5
bw-dev
@ -107,7 +107,10 @@ case "$CMD" in
|
||||
populate_streams)
|
||||
runweb python manage.py populate_streams
|
||||
;;
|
||||
populate_suggestions)
|
||||
runweb python manage.py populate_suggestions
|
||||
;;
|
||||
*)
|
||||
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, bash, shell, dbshell, restart_celery, test, pytest, test_report, black, populate_feeds"
|
||||
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, bash, shell, dbshell, restart_celery, test, pytest, test_report, black, populate_streams, populate_suggestions"
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user