Ok, the problem is 127.0.0.1 is localhost - just to your linux
machine.  Do this instead:

Replace the word LINUX_IP with the actual IP address of your linux
machine (ifconfig is the command to get it)

python manage.py runserver LINUX_IP:8000 (or 80)

Then type the same IP/port you used LINUX_IP:8000 (or no :8000 for
port 80) in your web browser from the host machine.

Adam


On Tue, May 27, 2008 at 1:06 PM, anndr0id <[EMAIL PROTECTED]> wrote:
>
> On the host machine. VM is just command prompt.
>
> On May 27, 1:52 pm, Randy Barlow <[EMAIL PROTECTED]> wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>>
>>
>> anndr0id wrote:
>> > So I've never used Linux or Django or Python before. I've got this
>> > huge project dumped into my lap and so far I've got ubuntu 7.10
>> > command prompt running on my PC through VMWare and the Django server
>> > up. This is the first day I've got into any of this so please excuse
>> > my total lack of knowledge about anything in regards to this.
>>
>> > I've gotten to the python manage.py runserver part, and the message
>> > comes up with no errors. "Development server is running 
>> > athttp://127.0.0.1:8000
>> > (I've also tried setting this to port 80) and I'm getting nothing
>> > through the web browser nor am I able to connect via any other way.
>> > I've got no clue why this isn't working and there is nothing in the
>> > documentation or in the search for this group for that matter that
>> > addresses this issue.
>>
>> > Any suggestions?
>>
>> Are you running the web browser inside the VM, or on the host machine?
>>
>> - --
>> Randy Barlow
>> Software Developer
>> The American Research Institutehttp://americanri.com
>> 919.228.4971
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.9 (GNU/Linux)
>> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkg8SnIACgkQw3vjPfF7QfWllACfc6HCH6+tZ6mHpYqb8b5XeK87
>> 5pEAn0KtEhZ3dVQ3Hycl5TwtiiHuc3yl
>> =kgqQ
>> -----END PGP SIGNATURE-----
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to