Django ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

前端 未结 5 1906
挽巷
挽巷 2020-12-01 22:02

I am using django with postgresql, whenever I try to save or delete anything, this error occurs -

Traceback (most recent call last):
File \"c:\\program file         


        
5条回答
  •  攒了一身酷
    2020-12-01 22:42

    this happened to me in the past: In my case: I opened it in firefox first and faced this error. then I opened it in Microsoft edge and the error was gone. try this: open the server URL in a different browser, and see the result must be normal.

提交回复
热议问题