Monday, July 28, 2014

checkbox in Django

Hi,

As I am a new for Django and I use Django for making web application.
My problem is:
I have product list and i have to select more than one product. once i have select the products. I have to compare those selected product but there are few criteria of comparison like compared by name , version ,release.
notes: product has number of packages and package has package name, version, release,.
In short the logic I have to implement is,  if i select 2 product and i will compare these 2 product by package version then they should display the all common packages of both product which have same packages with same version.


Can any one help me , how can i implement this logic?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4c555549-0c37-46f5-8bd8-41988a2b6fc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment