symposion_app/fixtures/2022/proposals.proposalsection.json
Joel Addison f72490b1eb LCA2022 Setup
Update dates and descriptions for LCA2022.
Remove old miniconf proposal types.
Add local timezone to speaker profile.
2021-07-05 20:20:24 +10:00

24 lines
461 B
JSON

[
{
"model": "symposion_proposals.proposalsection",
"pk": 1,
"fields": {
"section": 1,
"start": "2021-08-01T12:00:00Z",
"end": "2021-09-01T12:00:00Z",
"closed": false,
"published": true
}
},
{
"model": "symposion_proposals.proposalsection",
"pk": 2,
"fields": {
"section": 2,
"start": "2021-07-05T12:00:00Z",
"end": "2021-08-01T12:00:00Z",
"closed": false,
"published": true
}
}
]