On Sat, 2011-05-28 at 13:40 -0700, alvivar wrote: > I am reading the docs and the tutorial, but a real example will help > me a lot to understand better Pyramid, mostly because I have to many > options to choose since the beginning.
Hi, i'm using exactly the same architecture. If u came from Django, maybe mongoengine will be familiar for u, but i think the mongoalchemy binding is superior in terms of code clearness. I'm using both at the moment, u can see an example here: https://github.com/goshawk/milo and i wrote a tutorial about mongoengine: http://goshawknest.wordpress.com/2011/05/03/how-to-integrate-mongoengine-in-pyramid/ one for mongoalchemy will come soon :) (as soon as i have time) See ya. Write here if u need some help :) Setting mongodb in pyramid is very easy compared to other ORMs (sqlalchemy...) bye -- Vincenzo Ampolo http://vincenzo-ampolo.net http://goshawknest.wordpress.com -- 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.
