symposion_app/fixtures/conference.json

13 lines
231 B
JSON
Raw Normal View History

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
2024-03-16 16:51:23 +10:00
"title": "Everything Open 2024",
"start_date": "2024-04-16",
"end_date": "2024-04-18",
"timezone": "Australia/Brisbane"
}
}
]