Fixes incoming shelve activity

This commit is contained in:
Mouse Reeve
2020-12-15 18:57:17 -08:00
parent 948e938040
commit da05b99bb8
5 changed files with 28 additions and 6 deletions

3
bw-dev
View File

@ -57,7 +57,8 @@ case "$1" in
clean
;;
makemigrations)
execweb python manage.py makemigrations
shift 1
execweb python manage.py makemigrations "$@"
;;
migrate)
execweb python manage.py rename_app fedireads bookwyrm