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
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.