My django app ORM is not working properly [closed]

I had my project set up on my local computer, and in the beginning, everything was working file. for past couple of days. my django ORM is not working properly it showing failed SQL error

this image showing failed SQL issue

there is another issue is when ever i hit a request, the first request is working fine but if i hit the request after that without refreshing/reloading django server it is showing internal server error. if i stop/reload server then if i hit request its working.

we are using mongoDb as database, pymongo version : 4.10.1 django version : 3.1.12

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