Files @ 646839fffa00
Branch filter:

Location: symposion_app/fixtures/sites.json

Nick Seidenman (N6)
Disabled the splash page. Content is now being servied via CMS.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]