It worked as follows:

return HttpResponseRedirect('/userans/%s/%s/' % (uno,qno))

Thank you for helping..

On Sat, Jan 16, 2010 at 3:36 PM, Daniel Roseman <dan...@roseman.org.uk>wrote:

> On Jan 16, 8:38 am, grp25 <cumminsgrou...@gmail.com> wrote:
> > The code which we have written is
> >                   return HttpResponseRedirect ('/userans/%d/%d'  %
> > uno,qno)
> >
> > And the error given is int argument required error..
> >
> > Can anyone tell syntax for this......
>
> Nothing to do with HttpResponseRedirect, it's the string interpolation
> syntax that is giving a problem. Presumably one of uno and qno are not
> integers, and %d only works with ints. Use %s instead.
> --
> DR.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Reply via email to