model browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel Nogradi

    #1

    model browser

    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 these two
    frameworks because they are too complicated and complex. I don't know
    about django but since tg is sqlobject based catwalk might still be a
    good candidate if it can be decoupled from the rest of tg. By looking
    at the source of catwalk it seems that this decoupling requires quite
    some work; did anyone do something like this? Or does anyone know if
    catwalk was originally written for tg or was general purpose before
    and became integrated into tg later?

    Are there other options I overlooked?

    Daniel
  • Joshua J. Kugler

    #2
    Re: model browser

    On Sunday 20 May 2007 10:55, Daniel Nogradi wrote:
    Are there other options I overlooked?
    >
    Daniel
    There is a CRUD template for TG:


    Might be what you're looking for.

    j

    --
    Joshua Kugler
    Lead System Admin -- Senior Programmer

    PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE

    --
    Posted via a free Usenet account from http://www.teranews.com

    Comment

    • Daniel Nogradi

      #3
      Re: model browser

      Are there other options I overlooked?

      Daniel
      >
      There is a CRUD template for TG:

      >
      Might be what you're looking for.
      I was looking for something that is not based on a framework such as
      django or tg (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.

      Comment

      Working...