Files @ 35b75b6f963c
Branch filter:

Location: symposion_app/fixtures/sites.json

James Polley
Badger should fail gracefully if auth_groups hasn't been populated

Let's say you've just installed symposion for the first time, and
you're running the intial `./manage.py migrate`

In that circumstance, there isn't an auth_group table. Naturally this
means you get Some Errors when trying to look for a particular group.

This change handles that error and drives on.
[
    {
        "pk": 1,
        "model": "sites.site",
        "fields": {
            "domain": "lca2018.org",
            "name": "linux.conf.au 2018"
        }
    }
]