Sprox can generate forms from SQLAlchemy structures, which could be a good
start. SQLAlchemy (using the sqlsoup module) can introspect and utilize an
existing database without all of the ORM overhead or having to define a
separate model module.
Here’s an example of it being used in a full-on administration system:
http://turbogears.org/2.0/docs/main/Extensions/Admin/index.html
Not that I’m advocating the use of TurboGears, because I’m not.
— Alice.
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/webpy?hl=en.