copyleftconf-website/fixtures/conference.json
2015-10-16 12:53:02 -05:00

23 lines
558 B
JSON

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