Don't populate inventory yet
We'll turn this back on once we're ready to start testing inventory for LCA2019
This commit is contained in:
parent
6e35fec262
commit
f3adee261c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
/usr/local/bin/python /app/symposion_app/manage.py migrate
|
/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 loaddata /app/symposion_app/fixtures/{conference,proposal_base,sites,sitetree}.json
|
||||||
/usr/local/bin/python /app/symposion_app/manage.py populate_inventory
|
#/usr/local/bin/python /app/symposion_app/manage.py populate_inventory
|
||||||
if [ $DATABASE_URL == "sqlite:////tmp/symposion.sqlite" ]; then
|
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
|
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/admin_users.json
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue