Re: Windows browser vs Django app running on Ubuntu in a VirtualBox

2015-12-06 Thread bobhaugen
Remco, thanks a lot for the response, and your answer makes sense to me. Unfortunately, I am not Chris, and I do not have a Windows box, so I need to wait until he gets time to try it out to validate it. But when he responds, I will, This is just to thank you for your answer and let you know

Re: Windows browser vs Django app running on Ubuntu in a VirtualBox

2015-12-05 Thread Remco Gerlich
He is running it with "./manage.py runserver", which listens to the local interface only (the 127.0.0.1 IP address). To get it to listen to the external address instead, use "./manage.py runserver 192.168.56.101:8000" and then it will work. Or "0.0.0.0:8000" to listen to all interfaces.

Windows browser vs Django app running on Ubuntu in a VirtualBox

2015-12-05 Thread bobhaugen
Our friend Chris Troutner installed our Django 1.4 app on Windows in a VirtualBox running Ubuntu. He could access the Django app from the browser in Ubuntu, but not from the Windows browser. He writes: - While you can access the front end in the Ubuntu VM, you can't access it from the