> function1(request):
>     return function2(request)

no i just want that function2(request) call makes a permanent redirect
(not HttpResponseRedirect, i dont want more burden on urls.py) to
function2 and all the response should be sent from function2 only. it
should never come back to function1 again. if it is possible....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to