pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Request: sponsor logo url api #99

Open CarlFK opened 9 years ago

CarlFK commented 9 years ago

I need a list of sponsor_logo images so assemble into a slide show that loops between talks. if I could hit an endpoint and get said list, that would be great. Also knowing what sort of sponsor they are might be good but really just the logo urls will suffice.

miurahr commented 9 years ago

84 may help you. It is feedback from PyCon and it introduce web_logo field for sponsor model.

miurahr commented 9 years ago

PyConJP show sponsor logo on homepage that loops as slide show.

templates:

https://bitbucket.org/pyconjp/pyconjp-website/src/a7690965bcff845bb773ea4ccbfcdc5cf28dcdc8/pycon/templates/homepage.html?at=develop#homepage.html-69

css/less:

https://bitbucket.org/pyconjp/pyconjp-website/src/a7690965bcff845bb773ea4ccbfcdc5cf28dcdc8/pycon/static/less/site.less?at=develop#site.less-893

CarlFK commented 9 years ago

code I need is in https://github.com/pyohio/pyohio/pull/53

will migrate here later.

codersquid commented 9 years ago

arg, don't migrate that. I'd rather use something like django-rest-framework instead, or some kind of framework, rather than what I did for pyohio. it is easy to add django-rest-framework and easy to add apis once you have it available.

ossanna16 commented 8 years ago

Can this issue be closed?

CarlFK commented 8 years ago

No.

I still need it, and I am not aware that it has been implemented.

On Tue, Dec 22, 2015 at 7:09 AM, Anna Ossowski notifications@github.com wrote:

Can this issue be closed?

— Reply to this email directly or view it on GitHub https://github.com/pinax/symposion/issues/99#issuecomment-166612507.

Carl K

ossanna16 commented 8 years ago

👍