开发者_StackOverflow社区I'm using Google App Engine with the standard Django templates found in Webapp.
I wanted to display the permalink to the page the user is on. How do I get the uri?
Should be in self.request.url
in your RequestHandler
-based class.
精彩评论