On Thu, Jan 28, 2010 at 6:34 AM, can xiang <[email protected]> wrote: > Hi, all > > I've been working with django before 0.97. Django is great when you > want to do web programming quick and simple. But I think django draws > too much attention it deserves. I tried werkzeug in some of my hobby > projects(small). And I like it a lot for I can use my favorite stack: > sqlalchemy, jinja2, wtforms, couchdb. Werkzeug as far as I know is the > best of my type. > > While, I have an opportunity to initiate a high volume(0.1 Billion PV) > web2.0 site now. I can use django taged with 1.x blabla thing, but I > have to decouple it's template engine and ORM, I don't even need the > whole admin and contrib thing. What I only need is a concise core > framework, which werkzeug looks very like the type. > > Also I have very pleasant experience with werkzeug myself, I have to > persuade top management. So I want to know if there are high volume > site using werkzeug out there. Or some one can enlighten me about it's > security, speed and stability. > > I think I have to go deeper into the source code to see how it works, > but it takes time. > > Best regards! > Can > > -- > You received this message because you are subscribed to the Google Groups > "pocoo-libs" 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/pocoo-libs?hl=en. > >
Hi, Friendpaste uses werkzeug + couchdbkit + gunicorn all behind nginx if could help. - benoit -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en.
