The 0.0.0.0:8000 argument to runserver is the right way to do this.
(Apparently 0:8000 us a legal shortcut.)

But you may have a firewall on your machine which is not allowing
access to port 8000.  You will have to find someone (maybe you) with
specific knowledge of firewall configuration on your particular OS to
help check for that.

Bill

On 7/27/12, Miguel Lavalle <mig...@mlavalle.com> wrote:
> Thanks. It didn't work, though. In the development laptop I started the
> server with python manage.py runserver
> 192.168.1.116:8000<http://192.168.1.116:8000/myapp/>
>
>
> In the laptop where I am trying to access the app, I typed in the browser:
>
> 192.168.1.116:8000 <http://192.168.1.116:8000/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 AM, "Miguel Lavalle" <mig...@mlavalle.com> 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/-/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.
>>>
>>
>
> --
> 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/-/64QQ-6lO7fQJ.
> 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.
>
>

-- 
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 
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