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",
2023-10-14 17:20:06 +10:00
"start_date": "2024-04-16",
"end_date": "2024-04-18"
2022-12-08 00:08:54 +10:00
}
}
]