Re: Newbie question about accesing my development Django instance from other computers in my LAN

2012-07-27 Thread Miguel Lavalle
000/myapp/>/page/ where page is what I am trying to access Regards Miguel On Friday, July 27, 2012 8:29:07 AM UTC-5, Christopher Downard wrote: > > Try python manage.py runserver 192.168.1.116 where that address is your > computer's address. > On Jul 27, 2012 7:15 A

Newbie question about accesing my development Django instance from other computers in my LAN

2012-07-27 Thread Miguel Lavalle
Hi, I am new to Django. I am developing my first app on a Windows 7 laptop. I want other people to be able to connect to this app. As indicated in the documentation, I start the server with: python manage.py runserver 0.0.0.0:8000 And then I try to access my app from another laptop pointing