I would like to display a list of records from my database, then for each record, have two fields which the user can edit in place without needing to be directed to another page for editing. How do I go about this
+2
A:
Create a template for your page which holds the HTML for the list, the edit fields and a submit button. You can use the existing admin templates for guidance. Define a view function which handles the post and updates the database.
Vinay Sajip
2009-07-08 09:56:35
never knew it was that simple...thanks I'll try it
2009-07-08 10:55:14