Files @ 6fd55d1ca659
Branch filter:

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

Christopher Neugebauer
Adds new invoice.html, which adds in a link to the demo pay button
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PinaxCon"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PinaxCon"
        }
    }
]