Question
Can not see my Django website on browser on running it from Digital Ocean VPS
I have successfully set up my Digital Ocean VPS and deployed my Django website on the same.But when I run the project in my local system using python’s runserver python manage.py runserver command, it works pretty well and I am able to see the site on browser on localhost. But when I do the same thing from DigitalOcean’s Ubuntu 14.04 x64 VPS, it runs fine without any error but the site do not loads on the browser of my system. Same is the case if I run the project using nginx and gunicorn. Can any one please help me solving this issue?
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.
×