Hi,

I did the following to allow the page to be loaded with or without the
'/' at the end:

(r'^mysite(/*)$', redirect_to, {'url':'/mysite/home/'}),

in URL patterns. I got an error page, and the following error:

Exception Type: TypeError at /mysite/
Exception Value: redirect_to() got multiple values for keyword
argument 'url'

Can you tell me what the problem is? Is there sufficient information?

-- 
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.

  • URLConf Siddharth. S

Reply via email to