If the external IP or some domain name lands you directly on your machine,
then:
python manage.py runserver 0.0.0.0:<port_no>
would do.

To access you can use: http://<your_domain_name_or_external_ip>:<port>

This should do. Hope it helps.

Thanks,
Subhranath Chunder.
www.subhranath.com


On Sun, Aug 14, 2011 at 9:12 AM, Python_Junkie <
software.buy.des...@gmail.com> wrote:

> I have placed my django application on the virtual server from go
> daddy.  The application runs  when I remote into the server and run
> the web pages with localhost on the 8000 port.
>
> How do I connect to this web page for demonstration purposes when I am
> not remoting into the virtual server.
>
> I tried just replacing localhost with the IP address with port 8000
> and that does not work.
>
> Do I need to open up port 8000 ?
>
> Is it possibly a permissions issue.
>
> I am presuming that I can continue to use the django light weight web
> server for demonstration purposes.
>
> Any assistance would be appreciated.
>
>
> Thanks in advance
>
> --
> 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.
>
>


-- 
Thanks,
Subhranath Chunder.
www.subhranath.com

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