From c68476583e9b5ea7e9e8ff1956f60957db604ffa Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sun, 7 May 2017 20:05:03 +1000 Subject: [PATCH] Add populate_inventory to sqlite deploy script --- docker/deploy_with_sqlite.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/deploy_with_sqlite.sh b/docker/deploy_with_sqlite.sh index 61b92ef6..c2dd221b 100755 --- a/docker/deploy_with_sqlite.sh +++ b/docker/deploy_with_sqlite.sh @@ -2,4 +2,5 @@ /usr/local/bin/python /app/symposion_app/manage.py migrate /usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/conference.json /app/symposion_app/fixtures/proposal_base.json /app/symposion_app/fixtures/sites.json /app/symposion_app/fixtures/sitetree.json +/usr/local/bin/python /app/symposion_app/manage.py populate_inventory exec /usr/local/bin/python /app/symposion_app/manage.py runserver 0.0.0.0:8000