HttpResponseRedirectView - Redirect to a view
This is a quick shortcut to redirect the user to a view. The main gain is avoiding having to type 'from django.core.urlresolvers import reverse' every time you want to do a redirect!
- view
- redirect
- redirect-view