Re: How to get value of query string in template

2008-10-30 Thread yuanyun.ken
hi, bruno, Thanks very much for your reply, it does help a lot... On Oct 29, 1:29 am, bruno desthuilliers <[EMAIL PROTECTED]> wrote: > If you add "django.core.context_processors.request" to your > settings.CONTEXT_PROCESSORS and use RequestContext objects in your > views, you'll have access to t

Re: How to get value of query string in template

2008-10-28 Thread bruno desthuilliers
On 28 oct, 17:47, "yuanyun.ken" <[EMAIL PROTECTED]> wrote: > Hi,I am a newbie to Django, and will use it in my latest project right > away. > now I encounter a little problem. > > How can I get value of query string in > template?http://localhost/mysite/login/?next=/mysite/product/ > My aim is t

How to get value of query string in template

2008-10-28 Thread yuanyun.ken
Hi,I am a newbie to Django, and will use it in my latest project right away. now I encounter a little problem. How can I get value of query string in template? http://localhost/mysite/login/?next=/mysite/product/ My aim is to set next value in my login.html, if there is "next" in query string, u