Hi there,
I understand this error from my code is because the request time is taking too long hence it will kill the process. Is there a way I can track line by line on my Django views.py to see which one is taking the most time?
I am not entirely sure since it takes around 5 seconds in my local server but takes forever to run on pythonanywhere.
Thanks! Teng