symposion_app/fixtures/conference.json

35 lines
842 B
JSON
Raw Normal View History

[
{
"pk": 1,
"model": "symposion_conference.conference",
"fields": {
"timezone": "Australia/Brisbane",
"start_date": "2020-01-13",
"end_date": "2020-01-17",
"title": "linux.conf.au 2020"
}
},
{
"pk": 1,
"model": "symposion_conference.section",
"fields": {
"conference": 1,
"start_date": "2020-01-15",
2017-04-08 11:51:01 +00:00
"name": "Main Conference",
"end_date": "2020-01-17",
2017-04-08 11:51:01 +00:00
"slug": "main"
}
},
{
"pk": 2,
"model": "symposion_conference.section",
"fields": {
"conference": 1,
"start_date": "2020-01-13",
2017-04-08 11:51:01 +00:00
"name": "MiniConf",
"end_date": "2020-01-14",
2017-04-08 11:51:01 +00:00
"slug": "miniconf"
}
}
]