symposion_app/fixtures/conference.json

13 lines
231 B
JSON
Raw Normal View History

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
2024-08-19 20:16:56 +10:00
"title": "Everything Open 2025",
"start_date": "2025-01-20",
"end_date": "2025-01-22",
"timezone": "Australia/Adelaide"
}
}
]