Local sites not displaying in VirtualBox when using Django's local development server?
Posted
by littlejim84
on Stack Overflow
See other posts from Stack Overflow
or by littlejim84
Published on 2010-03-08T10:46:02Z
Indexed on
2010/03/25
14:53 UTC
Read the original article
Hit count: 275
Hello. I develop web applications using Django on Mac OSX 10.6. I use Django's built in local development server which I run on my computer's IP (such as: http://192.168.0.11:8001/). I test my applications in Firefox, Safari and Chrome and all display fine. I use Sun's VirtualBox with 3 different instances of Windows XP that have IE6, IE7 and IE8 on them.
For whatever reason, these sometimes just don't display the Django sites. They come up with 'The page cannot be displayed'. Eight times out of ten, they display fine and function normally but for no reason at all they won't display. Sometimes restarting Django's local development server from the Terminal will fix the problem, sometimes it won't.
Is there some sort of VirtualBox settings or Django settings that I need to set to ensure smooth operation of this? Am I overlooking something? Has anyone else had these problems?
© Stack Overflow or respective owner