I want to monitor my views in Django aplication at production environment.So, I came across the solution script I tested in my local environment.works fine!!.
When I went live with the production environment, I was facing issue with Unhandled Exception due to debug=True.I used debug=True(serve the static by django server) in local environment also.
Is it possible to use the above link middleware for accessing the hotshot of the corresponding django view?
Could you please help me out to do hotshot or cProfile which is referred in the link for django production server?