mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Adds populate streams to bw commands
This commit is contained in:
parent
5441d4db09
commit
87d1aa71a2
1 changed files with 4 additions and 1 deletions
5
bw-dev
5
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
|
||||
|
|
Loading…
Reference in a new issue