Changeset - 30eaa930bf38
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-09-29 04:46:59
tobias@localhost.localdomain
Load 2019 fixtures
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docker/deploy_with_sqlite.sh
Show inline comments
...
 
@@ -2,6 +2,8 @@
 

	
 
/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,proposal_base,sites,sitetree,flatpages}.json
 
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{2019_registrasion,2019_schedule}.json
 

	
 
/usr/local/bin/python /app/symposion_app/manage.py create_review_permissions
 
#/usr/local/bin/python /app/symposion_app/manage.py populate_inventory
 
if [ -e /configs/auth/auth.json ]; then
0 comments (0 inline, 0 general)