On 10/16/05, Qiangning Hong <[EMAIL PROTECTED]> wrote: > > I think a big pro of django over turbogears is its automatic admin > interface. Is there any project putting effort to give tg a similar > function? IMO, this will make turbogears a super-killer webframework.
There have been a few people who have looked at some basic CRUD (create/retrieve/update/delete) functionality. I'm hoping tonight to start writing up a collection of the current thoughts and prior art when it comes to this, so that we can quickly move in a good direction. TurboGears is a web application framework first and forremost. So, the idea with a CRUD part is that it needs to provide some useful working functionality for free, but be easy and graceful to manipulate to meet the custom requirements that most apps have. Once I've got the start of things on the wiki, I'll send a note to the group for discussion. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

