symposion_app/fixtures/conference.json

13 lines
229 B
JSON
Raw Normal View History

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