symposion_app/fixtures/2022/conference.section.json

25 lines
428 B
JSON
Raw Normal View History

2020-10-05 12:13:28 +00:00
[
{
"model": "symposion_conference.section",
"pk": 1,
"fields": {
"conference": 1,
"name": "Main Conference",
"slug": "main",
"start_date": "2022-01-14",
"end_date": "2022-01-16"
2020-10-05 12:13:28 +00:00
}
},
{
"model": "symposion_conference.section",
"pk": 2,
"fields": {
"conference": 1,
"name": "MiniConf",
"slug": "miniconf",
"start_date": null,
"end_date": null
}
}
]