Hi there, my problem is simple, i cannot redirect /wiwi/ to /s/?o=key=...../ because the second request does not have a view, but i set its view in this way:
View, args, kwargs = resolve(“/s/?o=key....“) Kwargs['request']= request Return view(*args,**kwargs) Why cannot i get now the view of second request ? Thanks, Btw, i am novice in django. Doni -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.