im stuck in hosting my Django app. Can you guys help me to sort it out.
settings.py
DEBUG = True
ALLOWED_HOSTS = ['http://127.0.0.1:8000', 'localhost', '127.0.0.1', '192.168.1.190',]
and my ifconfig is
I tried this
python manage.py runserver 0:8000
python manage.py runserver 192.168.1.190:8000
I got the following result in my browser
[![enter image description here][2]][2]
Correct me if I am wrong. Thanks in advance. Have a great day.