From dcefb7e56c1bd1fbefecba93bc0c0efae65ff213 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 29 Sep 2018 16:46:59 +1200 Subject: [PATCH] Load 2019 fixtures --- docker/deploy_with_sqlite.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/deploy_with_sqlite.sh b/docker/deploy_with_sqlite.sh index bbbc3494..64403586 100755 --- a/docker/deploy_with_sqlite.sh +++ b/docker/deploy_with_sqlite.sh @@ -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