symposion_app/fixtures/conference.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

12 lines
229 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "linux.conf.au 2022",
"start_date": "2022-01-14",
"end_date": "2022-01-16",
"timezone": "Australia/Canberra"
}
}
]