Files @ 61cf00442673
Branch filter:

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

Brett Smith
proposals.forms: Link to one consistent Markdown cheat sheet.

I like this one best because it's most brief, visual, and clearly under a
free license (CC BY-SA 4.0).
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]