On 10/17/05, stephen emslie <[EMAIL PROTECTED]> wrote: > I agree. What interested me about Django was the prospect of automatic admin > interfaces. I'd love to see something like that in TurboGears. For example, > it would be lovely to be able to design the sqlite database though a web > interface!
Personally, I like working from the object point of view and creating the database from that. You can certainly work in the other direction if you wish... Kevin

