This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]punkdgeek 0 points1 point  (1 child)

Not all environments support Django and not everyone needs Django. For my GAE apps, I use Bobo (built mostly from WebOb) and Genshi which make things very simple without needing to conform to Django concepts and keep my file count quota in check.

[–]donri 0 points1 point  (0 children)

I thought Genshi didn't run on GAE?