symposion_app/fixtures/sessions/conference.section.json

14 lines
226 B
JSON
Raw Normal View History

2022-12-08 00:08:54 +10:00
[
{
"model": "symposion_conference.section",
"pk": 1,
"fields": {
"conference": 1,
"name": "Main Conference",
"slug": "main",
2024-08-19 20:16:56 +10:00
"start_date": "2025-01-20",
"end_date": "2025-01-22"
2022-12-08 00:08:54 +10:00
}
}
]