Removes initialization from migration

Just doesn't seem right
This commit is contained in:
Mouse Reeve
2022-01-10 13:05:08 -08:00
parent 8928e8da26
commit dcf51020bc
4 changed files with 28 additions and 17 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