Hi Jeff,

What you propose sounds fine. It may be worth posting this question to 
the TurboGears group. I know there is something called FastData that 
aims to do some of that leg work for you, I think it's still alpha though.

One variant I quite like is to not have an explicit newthing method, and 
instead use editthing?thingid=NEW.

Paul


JeffRo wrote:

>I'm using sqlalchemy for the first time and want to follow standard or
>"best" practices.  I have rather fundamental scenario in a turbogears
>project:
>
>- Form post back to exposed method "foo"
>- using passed params, "foo" creates an object "thing"
>- "thing" is saved
>- redirect is raised to "/url/to/thing/%s" % thing.id
>  
>


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

Reply via email to