34 lines
840 B
JSON
34 lines
840 B
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "symposion_conference.conference",
|
|
"fields": {
|
|
"timezone": "Pacific/Auckland",
|
|
"start_date": "2019-01-21",
|
|
"end_date": "2019-01-25",
|
|
"title": "linux.conf.au 2019"
|
|
}
|
|
},
|
|
{
|
|
"pk": 1,
|
|
"model": "symposion_conference.section",
|
|
"fields": {
|
|
"conference": 1,
|
|
"start_date": "2019-01-23",
|
|
"name": "Main Conference",
|
|
"end_date": "2019-01-25",
|
|
"slug": "main"
|
|
}
|
|
},
|
|
{
|
|
"pk": 2,
|
|
"model": "symposion_conference.section",
|
|
"fields": {
|
|
"conference": 1,
|
|
"start_date": "2019-01-21",
|
|
"name": "MiniConf",
|
|
"end_date": "2019-01-22",
|
|
"slug": "miniconf"
|
|
}
|
|
}
|
|
]
|