symposion_app/fixtures/conference.json

12 lines
213 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "FOSSY 2023",
"start_date": "2023-07-13",
"end_date": "2023-07-16",
"timezone": "US/Pacific"
}
}
]