Re: model browser

2007-05-23 Thread Daniel Nogradi
(and not on sqlalchemy either, but on sqlobject). It seems actually that catwalk is quite easy to decouple from tg and thus can be turned into a stand alone model browser that only depends on sqlobject. -- http://mail.python.org/mailman/listinfo/python-list

Re: model browser

2007-05-21 Thread Joshua J. Kugler
On Sunday 20 May 2007 10:55, Daniel Nogradi wrote: > Are there other options I overlooked? > > Daniel There is a CRUD template for TG: http://docs.turbogears.org/1.0/CRUDTemplate Might be what you're looking for. j -- Joshua Kugler Lead System Admin -- Senior Programmer http://www.eeinternet.

Re: model browser

2007-05-21 Thread kyosohma
On May 20, 3:02 pm, "Daniel Nogradi" <[EMAIL PROTECTED]> wrote: > And before you ask, yes, I did > readhttp://mail.python.org/pipermail/python-list/2007-May/440337.htmlbut > there was nothing beyond django/tg :) SqlAlchemy is being or has been integrated with quite a few web frameworks. You might

Re: model browser

2007-05-20 Thread Daniel Nogradi
And before you ask, yes, I did read http://mail.python.org/pipermail/python-list/2007-May/440337.html but there was nothing beyond django/tg :) -- http://mail.python.org/mailman/listinfo/python-list

model browser

2007-05-20 Thread Daniel Nogradi
Hi list, I'm looking for an sqlobject based model browser with a web interface (is this the thing called CRUD these days?). Searching all over the place turned up of course django's automatic admin interface and turbogears' catwalk but I wouldn't want to buy into any of