I apologize for not being clear first time. Its so idiot of me.
Here m trying to provide a search page having a text box input and a
radio button. User types one or more tags to search and a radio input
button decides to either search local user account data or all
database for links.
Also there
On Sat, 2009-02-21 at 15:37 -0800, Guri wrote:
> Hi,
> I need help in solving two small problems.
>
> 1. A form submitted, after validation calls HttpResponseRedirect
> (reverse('view.get_links',args=(request.POST['data'])))
>
> In url pattern
> (r'^links/(?P.*)/',get_links),
>
> I a
Hi,
I need help in solving two small problems.
1. A form submitted, after validation calls HttpResponseRedirect
(reverse('view.get_links',args=(request.POST['data'])))
In url pattern
(r'^links/(?P.*)/',get_links),
I am trying to send one more argument along with "request.POST
['data'
3 matches
Mail list logo