Re: send query by using a textbox of html to python(django)

2013-06-30 Thread Daniel Drummond
Oops, forgot link: https://docs.djangoproject.com/en/1.5/ On Sunday, 30 June 2013 12:04:53 UTC+1, mash.p...@gmail.com wrote: > > i work on a project in which i could send query by using a textbox of html > to django .then django can process on this query and assign the return > value as list in

Re: send query by using a textbox of html to python(django)

2013-06-30 Thread Daniel Drummond
Try following the tutorial here. By the end of it yous hould be able to answer this yourself. It doesn't take long to do, and you'll understand enough about Django to be able to extend your solution. Dan On Sunday, 30 June 2013 12:04:53 UTC+1, mash.p...@gmail.com wrote: > > i work on a projec

send query by using a textbox of html to python(django)

2013-06-30 Thread mash . papillon
i work on a project in which i could send query by using a textbox of html to django .then django can process on this query and assign the return value as list in html. now, i ask the following question: how can we send a number from text box of html to python(django) and after that django mu