symposion_app/fixtures/conference.json

13 lines
213 B
JSON
Raw Normal View History

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
2023-04-15 05:39:53 +00:00
"title": "FOSSY 2023",
"start_date": "2023-07-13",
"end_date": "2023-07-16",
"timezone": "US/Pacific"
}
}
]