I started few days ago to use Django in Pycharm. I tried tutorials and other simple projects. But when server runs I always get “detail not found” error in json format like in the photo. I tried both Pycharm Community or Pro. It is the same. Does any one know how to solve it?
I think the first thing to check here is to ensure that you don’t have another process listening on port 8000. One of the easiest ways to check this would be to try using a different port number when running the server.