Question
Cannot Test The App
Please I have followed How To Set Up Django with Postgres on how to deploy Django remotely. I’ve been able to follow the guide accordingly(well not fully accordingly because I use git to pull my code) and running the server like so python manage.py runserver 0.0.0.0:8000 for testing it ran successfully after but on testing http://157.230.53.115:8000/ there seems to be an error as I keep receiving connection time out. Please help me look into this as I’ve really researched on this since but nothing so far. Thanks in anticipation.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×