2👍
✅
use the RedirectView
generic view
url(r'^blog/$', RedirectView.as_view(url='http://blog.mydomain.com')),
Source:stackexchange.com