So I have an ubuntu server on which I was running my django web application. Although with same settings, I was able to run the app on my localhost:8000 on my computer. However, the same isn’t working when I am running python3 manage.py runserver
on my ubuntu server. I have allowed ufw 8000. Nothing is working. I tried to reupload the files twice.
Even though my DEBUG=True
, all it is showing on browser is unable to connect to server. I haven’t configured nginx and gunicorn, for testing purposes.