symposion_app/fixtures/conference.json

13 lines
213 B
JSON
Raw Normal View History

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
2026-02-20 16:33:09 +11:00
"title": "FOSSY 2025",
"start_date": "2025-07-31",
"end_date": "2025-08-03",
2023-04-15 15:39:53 +10:00
"timezone": "US/Pacific"
}
}
]