标签: python django url
我在urls.py中有这段代码
(r'^some/page/', RedirectView.as_view(url='http://google.com'))
当我查看链接时为什么不去谷歌?