Dear All, i am just trying to learn django in various ways . And i need your help as i am bit confused here .
I have two "class"es in my models , there is no relation among these both tables in database. in my view i want that when user retrieve data from one table in my html table one column should be compared with data in other table and some calculation should be done like multiplication or division . i have done it on interactive console by importing all objects from both tables and a nested for loop but i dont have idea how to imply it on my html table showing data from first table. Will i have to do it in Views or in models ?in model how i tell it to get values of other class ? any help would be highly appreciated , thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.