Krys Wilken wrote: > All I can say is... I want this! > > Very nice! > > Keep going this way and TG is gonna kick the snot out of Django and > Rails! (Maybe we can even take down the mighty Zope!) ;-P > > Krys Very pleasant looking indeed.
There is one thing I am wondering, is it true that we have a proportationally higher percentage of Mac users/developers on TurboGear which could be a contributing factor for the clean and pleasant layout(say catwalk) ? A feature request about catwalk: Would it be possible to add a "generate model code" feature in catwalk ? For those who have their model definition all done in TurboGears, this may sounds redundent but for people who use existing RDBMS(where the definition is already done by some DBA), this can be handy. I have an usage scenario that the app use centralized postgresql database(thus the _fromdatabase in SQLObject is very hande) but I need a shrinked portable version using SQLite(so the apps can be put on a notebook for demo) which SQLObject doesn't have the _fromdatabase feature. It ends up I still need to hand code all the columns definitions for SQLObject class. Syncing between the centralized DB definition and this becomes an issue.

