Hi,

On Tue, Apr 5, 2011 at 7:12 AM, Vincent Catalano
<vinc...@vincentcatalano.com> wrote:
> 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.
>

RUM has another approach: http://docs.python-rum.org/index.html

But I'm pretty sure that you can solve your problem with FormAlchemy

--
Gael

> --Vincent
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to