我需要返回RedirectView。这些都不起作用: class FooView(View): return SomeRedirectView class FooView(View): return SomeRedirectView.as_view() class ...
確定! 回上一頁