Files @ 348a397abab1
Branch filter:

Location: CopyleftConf/copyleftconf-website/fixtures/sites.json - annotation

Sam Kitajima-Kimbrel
First stab at a "pitch your boss" page.

No idea if this is the direction we want to go in but have a look.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]