Hi everyone, I'm trying to deploy my project to the django test server- http://127.0.0.1:8000/ -but I get an error that says the connection is refused. I've looked through Django's documentation and and other websites about django deployment but I'm at a loss on how to troubleshoot this error.
If someone can recommend a way for me to deploy django locally so I can test my web app using django test server or recommend another deployment service that is easy for new programmers to use that would be very appreciated. Davis Joseph.
