diff --git a/fixtures/conference.json b/fixtures/conference.json new file mode 100644 index 0000000000000000000000000000000000000000..3d6246be7ea058f42ed8fa1281a42a830412a614 --- /dev/null +++ b/fixtures/conference.json @@ -0,0 +1,23 @@ +[ + { + "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" + } + } +]