symposion_app/fixtures/conference.json

34 lines
No EOL
831 B
JSON

[
{
"pk": 1,
"model": "conference.conference",
"fields": {
"timezone": "US/Eastern",
"start_date": "2040-01-01",
"end_date": "2040-01-04",
"title": "SymposionCon"
}
},
{
"pk": 1,
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": "2040-01-01",
"name": "Tutorials",
"end_date": "2040-01-01",
"slug": "tutorials"
}
},
{
"pk": 2,
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": "2040-01-02",
"name": "General Sessions",
"end_date": "2040-01-04",
"slug": "general-sessions"
}
}
]