symposion_app/fixtures/conference.json
2018-04-19 07:09:47 +10:00

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"
}
}
]