symposion_app/fixtures/conference.json

12 lines
213 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "FOSSY 2026",
"start_date": "2026-08-06",
"end_date": "2026-08-09",
"timezone": "US/Pacific"
}
}
]