Can I redirect to another url in a django TemplateView?

后端 未结 4 2088
盖世英雄少女心
盖世英雄少女心 2021-02-02 09:13

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

4条回答
提交回复
热议问题