Question

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

Was it helpful?

Solution

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.

OTHER TIPS

This egg could be a solution, I hope that still you need it. Although I think I'm late.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top