symposion_app/fixtures/conference.json

34 lines
831 B
JSON
Raw Normal View History

2012-07-12 04:39:29 +00:00
[
{
"pk": 1,
"model": "conference.conference",
"fields": {
"timezone": "US/Eastern",
"start_date": "2040-01-01",
"end_date": "2040-01-04",
"title": "SymposionCon"
2012-07-12 04:39:29 +00:00
}
},
{
"pk": 1,
"model": "conference.section",
"fields": {
"conference": 1,
"start_date": "2040-01-01",
2012-07-12 04:39:29 +00:00
"name": "Tutorials",
"end_date": "2040-01-01",
2012-07-12 04:39:29 +00:00
"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"
2012-07-12 04:39:29 +00:00
}
}
]