Why Django?
 -Fantastic ease and flexibility for generating complex view-only
pages.
 -Free admin interface (which my users will see a lot of)
 -Python
 -Very responsive and active community
Why not TG?
 -Because I hadn't heard of it!
 -Seems similar to Django but less planned in some parts. URL
dispatching/views, saving form fields look weaker than django.
Why not RoR?
 -Portability (minor)
 -Instability (minor)

Really, it was my app that decided more than the tool itself. I needed
a lot of complex read-only views, and some very simple forms, it it
came a lot cheaper with django than RoR.

 -rob

Reply via email to