On Sun, 2012-01-08 at 15:29 -0800, Igor wrote: > Greetings! > > I'm just a student trying to figure out what it is 'python web > development using NoSQL store', and i really like Pyramid and MongoDB, > it's a perfect couple in my opinion... > > But my question is -- how can i actually show say images on the web > page from GridFS with Pyramid? Is there some config.add_static_view() > analog for serving files from GridFS?
Pyramid has nothing built-in for GridFS but this might help: http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/files.html#serving-file-content-dynamically - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
