On 8/15/06, Gloria <[EMAIL PROTECTED]> wrote:
>
> Hi. I am a Python geek who has been in the CherryPy/PythonPaste world
> for the past year. I have decided to give Django a serious look, and I
> have a simple question.
>
> After running this command:
>
> [EMAIL PROTECTED] wi_2> python manage.py runserver 1111
> Validating models...
> 0 errors found.
>
> Django version 0.95, using settings 'wi_2.settings'
> Development server is running at http://127.0.0.1:1111/
> Quit the server with CONTROL-C.
>
> I expect to get to this URL from a remote machine, like this:
>
> http://dev.blah_server.com:1111
>
> This works in cherryPy and PythonPaste from behind the firewall, so I
> know it's not a port issue.
>
> I'm sure I'm missing something simple. Please let me know what url
> parameter to set to access my page from a remote machine.
>
> Thank you,
> Gloria
>
>
You should use:

manage.py runserver host:port

-- 
I like python!
My Blog: http://www.donews.net/limodou
My Django Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

Reply via email to