symposion_app/fixtures/conference.json

35 lines
840 B
JSON
Raw Normal View History

[
{
"pk": 1,
"model": "symposion_conference.conference",
"fields": {
2018-04-18 21:09:47 +00:00
"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,
2018-04-18 21:09:47 +00:00
"start_date": "2019-01-23",
2017-04-08 11:51:01 +00:00
"name": "Main Conference",
2018-04-18 21:09:47 +00:00
"end_date": "2019-01-25",
2017-04-08 11:51:01 +00:00
"slug": "main"
}
},
{
"pk": 2,
"model": "symposion_conference.section",
"fields": {
"conference": 1,
2018-04-18 21:09:47 +00:00
"start_date": "2019-01-21",
2017-04-08 11:51:01 +00:00
"name": "MiniConf",
2018-04-18 21:09:47 +00:00
"end_date": "2019-01-22",
2017-04-08 11:51:01 +00:00
"slug": "miniconf"
}
}
]