I'm trying to put together an administration section for a Pylons web project. I'm trying to figure out which form generator would be the best to use. I use FormEncode for some areas of the site but I was wondering if there is a better tool for dealing directly with SQLAlchemy objects.
I tried Sprox but I ran into issues with it because my SQL object data elements are not named the same as the SQLAlchemy table columns (there is no translation capability for the naming scheme so this presented a real problem with Sprox). I looked a little at FormAlchemy but wasn't sure if this is the best approach. Any recommendations or suggestions? Especially for an administrator who needs to be able to edit and add multiple types of users easily. --Vincent -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
