My django project shows no error in terminal using vs code it got right request but on browser it not showing what i expected the output, not updated

I am facing some problem in VS code in django project.

After saving the code in vs code, even after running the server in the terminal, I am not getting the output of the code in the browser normally. pylance - does not show any errors. The update of get request in terminal comes every time after running server but still doesn't show data in browser. Despite not giving pylance error, I check the code 5-6 times by myself. There is no error. I have not installed pylint as I am still in medium level pylint asks to follow the actual code structure of pep8 which is a bit tough now so I did not install it, still why is this happening.

Tried a simple project for 2 hours yesterday and couldn't figure out the error, I was sure the code was fine. Running the same project this morning, everything is running fine. I am reading the same problem again today. Even after browser reload/hard reload, browser change, even port number change, the same problem is happening again and again.

I want a solution, can someone tell me where the problem is?

Point to be noted, the terminal shows no error at all. I saw every get request comming in fine. But the browser shows previous data that i ran for other block of page. But Update taking time. Sometimes it horrible that i know my code is ok still have to wait when its work?

Вернуться на верх