How do I access an app running on django dev server(ubuntu 15.10) from another machine on the same network(eg. a windows 7) ? I am able to ping this machine from another network computer.
"python manage.py runserver 0.0.0.0:8000" - does not allow me to access the app from another network computer.
app uses django 1.5.9