Am 19.02.2011 um 15:54 schrieb Michael Pedersen:

Vineet,

Not to put too fine a point on this, but your request sounds a lot like "I'm not using anything that has been provided. Now, please write my code for me."

The only advice I can give to you is to do one of two things:

1. Switch to using SQLAlchemy. You will be happier, and your users will be happier. 2. Manually create HTML that conforms to your needs. You will need to add add/edit/delete buttons to your forms, create the forms, and connect everything up so that you can run your code in response to the buttons being clicked. If you feel like it, add jQuery afterwards to enhance the GUI.


The second approach could be made somewhat more declarative and easier by using tw.forms and populating dictionaries from SQL-queries. But I do agree that using the ORM is better.

diez

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to