django fails, sometimes, very erratic behavior

后端 未结 3 1096
忘了有多久
忘了有多久 2021-01-27 07:37

I have terrible problems with django responding differently to the same requests for no apparent reason.

Sometimes i refresh and I see an error, then I refresh and its g

3条回答
  •  猫巷女王i
    2021-01-27 07:49

    Are you storing state in global variables? If so, the response will differ depending on previous requests to the same process.

    Rest assured, Django is used reliably by thousands of sites every day. Your problem is not endemic to Django.

提交回复
热议问题