best way to host a membership site

Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Wed Apr 30 10:43:03 EDT 2008


-On [20080430 02:16], Magdoll (magdoll at gmail.com) wrote:
>Also I want an infrastructure that's not too rigid so if in the future I
>want to add more apps it's not to hard.

Not to belittle Django, but for what I wanted to do with it, it was too
restraining.

I instead went with a combination of:

Werkzeug - http://werkzeug.pocoo.org/
SQLAlchemy - http://www.sqlalchemy.org/
Genshi - http://genshi.edgewall.org/ (although some people might prefer
         Jinja is they like Django's templating - http://jinja.pocoo.org/)
Babel - http://babel.edgewall.org/

This provided me with a lot of flexibility, more than Django could've
provided me with (but hey, welcome to the general limitation of frameworks).

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
The human race is challenged more than ever before to demonstrate our
mastery -- not over nature but of ourselves...



More information about the Python-list mailing list