I\'m having this weird problem.
When I did this:
from django.core.urlresolvers import reverse reverse(\'account-reco-about-you\') # returns \'/accoun
@wtower pattern_name will be ok, but you may need to add namespace as below.
pattern_name
RedirectView.as_view(pattern_name='polls:index')