Merge pull request #1527 from bookwyrm-social/book-file-links
Book file links
This commit is contained in:
commit
0c2537e27a
53 changed files with 1681 additions and 206 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue