Files @ 2642c0311574
Branch filter:

Location: symposion_app/fixtures/sites.json

Sachi King
Sneak 2017 into the list of previous years
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PyconAU 2017"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PyconAU 2017"
        }
    }
]