symposion_app/fixtures/conference.json

13 lines
232 B
JSON
Raw Normal View History

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
2022-12-07 14:08:54 +00:00
"title": "Everything Open 2023",
"start_date": "2023-03-14",
"end_date": "2023-03-16",
"timezone": "Australia/Melbourne"
}
}
]