Files @ e472ddff2c42
Branch filter:

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

Brett Smith
forms: Adjusted for CopyleftConf 2019.

Including changes to the help text.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]