I should point out, though, that his version of Django was a little
outdated, and his impressions of it had a few inaccuracies. Django's got
excellent i18n support, and for a while now it's been able to use it
without a database.
Your presentation is very funny and great. Thanks a lot :)
As much as I'd like to take credit for this, I should be clear that this is
NOT my screencast.
please make it available theough video.google.com so it can be also
stripped down in file size
His version of TurboGears is also a little bit old too. If he was running
on the now current 0.9a1 release, he could easily have finished the app
more quickly with less lines of code if he used a DataController which
autogenerates a simple CRUD interface for you. And if his needs were too
specific for the DataControler widget he could have used individual form
filed widgets to make manual form layout better and easier.