Django app unable to connect

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.

Welcome @vixxhesh !

First, my standard disclaimer - you do not want to use runserver in your production environment. (See the warning box in the runserver docs).

Please post the full command line you are using to run the server, and the block of text that follows showing the startup information.