1
0
Fork 0

Collect static files, compress templates and apply migrations before starting WSGI server

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
environments/stage/deployments/72
Vasilis Tsiligiannis 2018-12-02 21:58:53 +02:00
parent c405f781c4
commit 1c393f6f0c
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ install_editable() {
}
run() {
prepare
exec "$WSGI_SERVER" "$DJANGO_APP".wsgi
}