root: rewrite bootstrap in python, remove management command

This commit is contained in:
Jens Langhammer
2020-05-16 22:14:26 +02:00
parent a6301055f0
commit 10d3f9ac2f
8 changed files with 46 additions and 53 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash -ex
/app/manage.py bootstrap
$@
/app/wait_for_db.py
"$@"