tags:

views:

29

answers:

1

is there request.uri ???

thanks

+1  A: 
request.META['REQUEST_URI']

or

request.get_full_path()

You tend to generate a flood of trivial questions, answers to which you could easily find in documentation/Google...

Ludwik Trammer
lol @ the trivial questions part...
T. Stone