Yes 0.0.0.0:8000 is correct. 

You would need to disable firewall for that port. In Ubuntu I used the 
Uncomplicated Firewall utility. You can try something like 
http://download.cnet.com/Windows-7-Firewall-Control/3000-10435_4-10618117.html 
for 
Windows 7

On Friday, July 27, 2012 6:42:18 PM UTC+5:30, Miguel Lavalle wrote:
>
> 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 the browser 
> to:
>
> 192.168.1.116:8000/myapp/
>
> Where 192.168.1.116 is the ip address of the laptop where my app resides
>
> 1) Am I using the correct URL?
> 2) Is there anything in Windows 7 that I have to change for other laptops 
> to be able to access my app?
>
> Thanks
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/hZi4PyL8gXUJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to