symposion
symposion copied to clipboard
Request: sponsor logo url api
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.
#84 may help you. It is feedback from PyCon and it introduce web_logo field for sponsor model.
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
code I need is in https://github.com/pyohio/pyohio/pull/53
will migrate here later.
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.
Can this issue be closed?
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 [email protected] 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
👍