I have a url mapping that looks like this:
url(r\'^(?P[a-z][a-z])/$\', MyTemplateView.as_view()),
There are only a few values that
A note from the future: it's now possible and probably simpler just to use RedirectView.