Files @ 82754d23426c
Branch filter:

Location: symposion_app/fixtures/conference.json

Luke Hatcher
enable proposal acceptance
[
    {
        "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"
        }
    }
]