Re: Database GUI generation from schema

2008-10-02 Thread Peter Decker
On Thu, Oct 2, 2008 at 11:24 AM, Eric Wertman <[EMAIL PROTECTED]> wrote: >> Perhaps are you talking about dabo ? >> http://www.dabodev.com > > Yes, that was it. Thanks! I was a little dissapointed to see that > the wikipedia entry for that software was deleted. Is dabo not widely > used? Depend

Re: Database GUI generation from schema

2008-10-02 Thread Eric Wertman
> Perhaps are you talking about dabo ? > http://www.dabodev.com Yes, that was it. Thanks! I was a little dissapointed to see that the wikipedia entry for that software was deleted. Is dabo not widely used? -- http://mail.python.org/mailman/listinfo/python-list

Re: Database GUI generation from schema

2008-10-02 Thread Gabriel Genellina
En Wed, 01 Oct 2008 19:36:08 -0300, Eric Wertman <[EMAIL PROTECTED]> escribió: Sorry if this is misplaced, but I could have sworn I saw a link on this list to a package that would auto-generate data entry type forms from a database schema, similar to django's auto-admin interface. Does anyone

Re: Database GUI generation from schema

2008-10-02 Thread Bruno Desthuilliers
Eric Wertman a écrit : Sorry if this is misplaced, but I could have sworn I saw a link on this list to a package that would auto-generate data entry type forms from a database schema, similar to django's auto-admin interface. Does anyone recall a package like that? I did some searching, but I'v