Files @ 3f7773c6877e
Branch filter:

Location: symposion_app/fixtures/flatpages.json

James Polley
Switch to specifying an SSL flavor

- This helps to ensure that only one is ever set
- But also, because of the way the values are passed in, it's always
going to be evaluated as a string, which is always True. So we can't
just pass in a bool directly
[
    {
        "fields": {
            "url": "/",
            "title": "LCA 2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/homepage.html"
        },
        "model": "flatpages.flatpage",
        "pk": 1
    },
    {
        "fields": {
            "url": "/attend/code-of-conduct/",
            "title": "Code of Conduct -- LCA2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/coc.html"
        },
        "model": "flatpages.flatpage",
        "pk": 2
    },
    {
        "fields": {
            "url": "/attend/terms-and-conditions/",
            "title": "Terms and Conditions -- LCA2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/toc.html"
        },
        "model": "flatpages.flatpage",
        "pk": 3
    },
    {
        "fields": {
            "url": "/sponsors/",
            "title": "Sponsorship -- LCA2019",
            "sites": [
                1
            ],
            "template_name": "flatpages/sponsorship.html"
        },
        "model": "flatpages.flatpage",
        "pk": 4
    }
]