Files @ fb7ffbc68e0d
Branch filter:

Location: symposion_app/fixtures/sites.json

Nick Seidenman (N6)
Finally have CMS-based homepage looking identical to the dummy spalsh page.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]