http://www.djangoproject.com/documentation/django-admin/#runserver-optional-port-number-or-ipaddr-port

"Note that the default IP address, 127.0.0.1, is not accessible from
other machines on your network. To make your development server
viewable to other machines on the network, use its own IP address
(e.g. 192.168.2.1) or 0.0.0.0."

Michael Trier
blog.michaeltrier.com

On Jan 2, 2008 12:12 AM, Keith <[EMAIL PROTECTED]> wrote:
>
> Greetings:
>
> I am an absolute beginner at Python / Django / Web development. (Old
> school COBOL, VB desktop apps. developer trying to update my skills.)
> My son gave me some space to play in on an Apache server he rents. I
> set up Django,  created my first project, and ran it in the
> development server. Then the Definitive Guide to Django says to bring
> up 127.0.0.1:8000 in my browser and I should see an "It worked"
> message. I can't connect to this and, I suspect, this it's because
> this is a local host address and I'm not local. Is there a way to
> connect with the development server remotely?
>
> TIA
> Keith
> >
>

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