Hi all. i have a list of dictionaries
d=[{'name':'ram','age':'23','place':'chennai'},{'name':'sakthi','age':
20','palce':pune'}]i want to display the name and palce of the two dict in a table. i tried for long but couldn't get. please suggest me how to use the for loop in the html file and context dict. thank you. -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

