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/-/oGLm8GM7-e8J.
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