Accessing html table rows in python django

Posted by apoorva on Stack Overflow See other posts from Stack Overflow or by apoorva
Published on 2010-06-11T07:29:23Z Indexed on 2010/06/11 7:32 UTC
Read the original article Hit count: 247

Filed under:

Hi I am very new to both django and python... I have a html table with person information in each row...How do i get a particular row entry/id of the one i need to edit/delete to accordingly update/delete the row in database??

© Stack Overflow or respective owner

Related posts about django