mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Fixes merge wonkiness in bw-dev
This commit is contained in:
parent
c00b35dc7c
commit
01334b6613
1 changed files with 1 additions and 3 deletions
4
bw-dev
4
bw-dev
|
@ -126,9 +126,6 @@ case "$CMD" in
|
|||
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_streams, populate_suggestions"
|
||||
;;
|
||||
generate_preview_images)
|
||||
runweb python manage.py generate_preview_images $@
|
||||
;;
|
||||
|
@ -173,6 +170,7 @@ case "$CMD" in
|
|||
echo " clean"
|
||||
echo " black"
|
||||
echo " populate_streams"
|
||||
echo " populate_suggestions"
|
||||
echo " generate_preview_images [--all]"
|
||||
echo " copy_media_to_s3"
|
||||
echo " set_cors_to_s3 [cors file]"
|
||||
|
|
Loading…
Reference in a new issue