Merge pull request #1527 from bookwyrm-social/book-file-links

Book file links
This commit is contained in:
Mouse Reeve
2022-01-13 11:10:05 -08:00
committed by GitHub
53 changed files with 1681 additions and 206 deletions

4
bw-dev
View File

@ -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