Files @ 6d864e8ce56b
Branch filter:

Location: symposion_app/fixtures/sponsor_benefits.json

Sachi King
Cleanout conf-specific proposals.

We don't have these mini-confs (yet).
We don't want these files.
We're not going to rename the release in 0010 and drop all the extra
tables in 0011, we're going to toss them on the cutting room floor and
call it good.

They're in git, we can look at this commit and past ones on how to
recreate these for new proposal additions going forward.
[
    {
        "pk": 2,
        "model": "symposion_sponsorship.benefit",
        "fields": {
            "type": "weblogo",
            "name": "Web Logo",
            "description": "Logo to appear on the website"
        }
    },
    {
        "pk": 3,
        "model": "symposion_sponsorship.benefit",
        "fields": {
            "type": "file",
            "name": "Print Logo",
            "description": "Logo to appear in print"
        }
    },
    {
        "pk": 4,
        "model": "symposion_sponsorship.benefit",
        "fields": {
            "type": "text",
            "name": "Sponsor Description",
            "description": "Description to appear on website and in print"
        }
    },
    {
        "pk": 9,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 4,
            "max_words": null,
            "level": 1
        }
    },
    {
        "pk": 5,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 3,
            "max_words": null,
            "level": 1
        }
    },
    {
        "pk": 1,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 2,
            "max_words": null,
            "level": 1
        }
    },
    {
        "pk": 10,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 4,
            "max_words": null,
            "level": 2
        }
    },
    {
        "pk": 6,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 3,
            "max_words": null,
            "level": 2
        }
    },
    {
        "pk": 2,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 2,
            "max_words": null,
            "level": 2
        }
    },
    {
        "pk": 11,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 4,
            "max_words": null,
            "level": 3
        }
    },
    {
        "pk": 7,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 3,
            "max_words": null,
            "level": 3
        }
    },
    {
        "pk": 3,
        "model": "symposion_sponsorship.benefitlevel",
        "fields": {
            "other_limits": "",
            "benefit": 2,
            "max_words": null,
            "level": 3
        }
    }
]