symposion_app/fixtures/conference.json

13 lines
229 B
JSON
Raw Normal View History

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
2020-10-05 12:13:28 +00:00
"title": "linux.conf.au 2021",
"start_date": "2021-01-23",
"end_date": "2021-01-25",
"timezone": "Australia/Brisbane"
}
}
]