Merge pull request #1527 from bookwyrm-social/book-file-links
Book file links
This commit is contained in:
4
bw-dev
4
bw-dev
@ -31,7 +31,7 @@ function execweb {
|
||||
|
||||
function initdb {
|
||||
execweb python manage.py migrate
|
||||
execweb python manage.py initdb
|
||||
execweb python manage.py initdb "$@"
|
||||
}
|
||||
|
||||
function makeitblack {
|
||||
@ -65,7 +65,7 @@ case "$CMD" in
|
||||
docker-compose run --rm --service-ports web
|
||||
;;
|
||||
initdb)
|
||||
initdb
|
||||
initdb "$@"
|
||||
;;
|
||||
resetdb)
|
||||
clean
|
||||
|
Reference in New Issue
Block a user