Re: getting tuples from http request.GET

2015-03-07 Thread Sunil Sawant
request.GET['hostname%s' % i], request.GET[ > 'location%s' % i], request.GET['ip%s' % i])) > except KeyError: > break > > Collin > > On Wednesday, March 4, 2015 at 7:57:17 PM UTC-5, Sunil Sawant wrote: > >> Hi Guys, >> >

getting tuples from http request.GET

2015-03-04 Thread Sunil Sawant
Hi Guys, Pretty new to Django, but used it blindly and works wonders. But here is a situation I am blocked at now for a new project I request.GET the following URL https://mydesktop.com/validator?hostname1=host1.example.com,location1=ca,ip1=2.2.2.2,hostname2=host2.example.com,location2=wa,ip2=3