symposion_app/fixtures/conference.json
2024-03-16 16:51:23 +10:00

12 lines
231 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "Everything Open 2024",
"start_date": "2024-04-16",
"end_date": "2024-04-18",
"timezone": "Australia/Brisbane"
}
}
]