Files @ d0bbb39748cf
Branch filter:

Location: symposion_app/fixtures/sites.json

Nick Seidenman (N6)
A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "localhost:8000",
            "name": "PyCon AU 2017 Dev"
        }
    },
    {
        "pk": 2,
        "model": "sites.site",
        "fields": {
            "domain": "conference.pinaxproject.com",
            "name": "PyCon AU 2017 Dev"
        }
    }
]