Files @ d84d9de1593b
Branch filter:

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

Christopher Neugebauer
Merge pull request #7 from northbaypython/josh/copy

updates to site copy, fixes, and addition of markdown support
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]