Fix miniconf fixture dates

Some proposalsections were still set to open immediately. Change that
to 1 Nov.
This commit is contained in:
James Polley 2017-09-22 19:29:43 +10:00
parent d22f8e8e35
commit d1f5acbf64
2 changed files with 6 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 3,
"start": "2017-09-21T14:01:00Z"
"start": "2017-11-01T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 3
@ -16,7 +16,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 4,
"start": "2017-09-21T14:01:00Z"
"start": "2017-11-01T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 4
@ -27,7 +27,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 5,
"start": "2017-09-21T14:01:00Z"
"start": "2017-11-01T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 5
@ -38,7 +38,7 @@
"end": "2017-11-30T12:59:00Z",
"published": false,
"section": 6,
"start": "2017-09-21T14:01:00Z"
"start": "2017-11-01T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 6
@ -49,7 +49,7 @@
"end": "2017-11-29T13:01:00Z",
"published": false,
"section": 7,
"start": "2017-09-21T14:01:00Z"
"start": "2017-11-01T14:01:00Z"
},
"model": "symposion_proposals.proposalsection",
"pk": 7

View file

@ -11,6 +11,7 @@ docker exec symposion ./manage.py migrate
docker exec symposion ./manage.py loaddata ./fixtures/*.json
docker exec symposion ./manage.py populate_inventory
docker exec symposion ./manage.py create_review_permissions
docker exec symposion ./manage.py loaddata ./fixtures/miniconf-fixtures/*.json
if [ -e ./symposion-fixtures ]; then
pushd ./symposion-fixtures
./load_data_local.sh