symposion_app/fixtures/2022/conference.section.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
428 B
JSON

[
{
"model": "symposion_conference.section",
"pk": 1,
"fields": {
"conference": 1,
"name": "Main Conference",
"slug": "main",
"start_date": "2022-01-14",
"end_date": "2022-01-16"
}
},
{
"model": "symposion_conference.section",
"pk": 2,
"fields": {
"conference": 1,
"name": "MiniConf",
"slug": "miniconf",
"start_date": null,
"end_date": null
}
}
]