Files @ 448aa7255869
Branch filter:

Location: symposion_app/fixtures/sponsor_benefits.json

Nick Seidenman (N6)
Added favicon and special events pdf to bring this up to look/feel of wooden site.

Removed additional (and completely superfluous) styling in app.css that was otherwise making
our site look gluggy.

Mod'd fixtures (and updated db) to reflect PyCon rather than PinaxCon.
[
    {
        "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
        }
    }
]