
Django is a real breath of fresh air sometimes. Then again, sometimes it can be a pain in the arse.
Django has been written so that it’s really quite flexible in terms of development and RAD. I can put an application together in relativly little time in terms of administration and templating, although it’s modeling is somewhat rigid. As it has a somewhat loose adherance to the MVC pattern, it currently has no way of linking variables outside of the model to the model itself.
This is good in principal, although it should be flexible enough to allow ...