diff --git a/docker/deploy_with_sqlite.sh b/docker/deploy_with_sqlite.sh index 0b4dce8d338acec120ac09df2b2085b4965fa5a1..c019a83d6b6295981e6c41efdd10db98ad04a76a 100755 --- a/docker/deploy_with_sqlite.sh +++ b/docker/deploy_with_sqlite.sh @@ -1,8 +1,8 @@ #!/bin/bash /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 +/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{conference,proposal_base,sites,sitetree}.json +#/usr/local/bin/python /app/symposion_app/manage.py populate_inventory if [ $DATABASE_URL == "sqlite:////tmp/symposion.sqlite" ]; then /usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/admin_users.json fi