django redirect to view

前端 未结 3 393
误落风尘
误落风尘 2021-01-03 19:19

I have one view that I want to do some stuff in and then redirect to another view with a success message. The signature of the method that I want to redirect to is

3条回答
  •  天命终不由人
    2021-01-03 19:32

    You should Refer this https://docs.djangoproject.com/en/1.11/topics/http/shortcuts/#redirect

    For redirect inside view. Its very easy either you redirect using creating a url for view or call inside the view also.

提交回复
热议问题