Fixes incoming shelve activity
This commit is contained in:
parent
948e938040
commit
da05b99bb8
5 changed files with 28 additions and 6 deletions
3
bw-dev
3
bw-dev
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue