symposion_app/fixtures/conference.json

34 lines
842 B
JSON

[
{
"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",
"name": "Main Conference",
"end_date": "2020-01-17",
"slug": "main"
}
},
{
"pk": 2,
"model": "symposion_conference.section",
"fields": {
"conference": 1,
"start_date": "2020-01-13",
"name": "MiniConf",
"end_date": "2020-01-14",
"slug": "miniconf"
}
}
]