Re: Django Redirection Help

2012-10-17 Thread Bill Freeman
On Wed, Oct 17, 2012 at 4:45 AM, lovetoprogram wrote: > Hi, > > I am new to Django and I was creating a basic site with it. But I have > encountered a problem. > > In the following code, I have a webpage with form and when submit button is > clicked, the parameters have to be passed into a results

Re: Django Redirection Help

2012-10-17 Thread Tom Evans
On Wed, Oct 17, 2012 at 9:45 AM, lovetoprogram wrote: > Hi, > > I am new to Django and I was creating a basic site with it. But I have > encountered a problem. > > In the following code, I have a webpage with form and when submit button is > clicked, the parameters have to be passed into a results

Django Redirection Help

2012-10-17 Thread lovetoprogram
Hi, I am new to Django and I was creating a basic site with it. But I have encountered a problem. In the following code, I have a webpage with form and when submit button is clicked, the parameters have to be passed into a results page for display. When I keep render_to_response of the results