I have this code in my urls.py
(r'^some/page/', RedirectView.as_view(url='http://google.com'))
why doesn't it go to google when I cleck the link ?
I have this code in my urls.py
(r'^some/page/', RedirectView.as_view(url='http://google.com'))
why doesn't it go to google when I cleck the link ?