symposion_app/fixtures/conference.json
2025-07-31 23:25:43 +10:00

12 lines
229 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "Everything Open 2026",
"start_date": "2026-01-21",
"end_date": "2026-01-23",
"timezone": "Australia/Sydney"
}
}
]