On Wednesday, May 4, 2011 9:34:08 AM UTC+1, doniyor wrote: > > 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
What on earth does any of this mean? You said that you don't have a view, then you say you want to get the view that you don't have. This makes no sense. Please explain *exactly* what you're trying to do and why - forget the code, explain it in words. -- 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-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.