symposion_app/fixtures/sessions/conference.section.json

14 lines
226 B
JSON
Raw Normal View History

2022-12-07 14:08:54 +00:00
[
{
"model": "symposion_conference.section",
"pk": 1,
"fields": {
"conference": 1,
"name": "Main Conference",
"slug": "main",
"start_date": "2023-03-14",
"end_date": "2023-03-16"
}
}
]