Get the uri of the page in Google App Engine / Django?
开发者_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.
加载中,请稍侯......
精彩评论