I am trying to connect to a Django development server, running in OS X localhost:8000, from VMWare running Windows.
I\'ve tried various combinations of settings, but no
Try:
python manage.py runserver 0.0.0.0:8000