How to bind the ip address to 0.0.0.0 such that I call the application remotely within the same private network.
Thanks
python manage.py runserver 0.0.0.0:<port>
Thanks.
Most helpful comment
python manage.py runserver 0.0.0.0:<port>