开发者

Get the uri of the page in Google App Engine / Django?

开发者 https://www.devze.com 2023-02-04 03:37 出处:网络
开发者_StackOverflow社区I\'m using Google App Engine with the standard Django templates found in Webapp.

开发者_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.

0

精彩评论

暂无评论...
验证码 换一张
取 消