symposion_app/fixtures/conference.json
2022-12-08 00:08:54 +10:00

12 lines
232 B
JSON

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