How can I serve an image from the blobstore to a python template in Google App Engine? -
{% result in results %}
{{ result.photo }}
{% endif %}this won't work, can't find info how upload photo. on admin console, can see have uploaded image blobstore, how can send webapp template?
i can show description doing this.
{% result in results %}
{{ result.description }}
{% endif %}but don't know how gae read image file image.
any appreciated. everyone!
i have written tutorial on topic. read , if have specific problems post here. http://verysimplescripts.blogspot.com/
Comments
Post a Comment