symposion_app/fixtures/conference.json
2020-10-13 23:16:21 +10:00

12 lines
229 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "linux.conf.au 2021",
"start_date": "2021-01-23",
"end_date": "2021-01-25",
"timezone": "Australia/Brisbane"
}
}
]