Load 2019 fixtures
This commit is contained in:
parent
804dc2508c
commit
dcefb7e56c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue