Re: Connecting to the django app from outside the server

2011-08-14 Thread Landy Chapman
> The builtin dev server is not meant to be {{USED IN production}}, Python_junkie is NOT in production. > and setting up apache+mod_wsgi (DaemonProcess mode) is no big deal. It can be for beginners; it can wait until app will be deployed >> I am presuming that I can continue to use the django li

Re: Connecting to the django app from outside the server

2011-08-14 Thread Python_Junkie
Thank you. I got the same resolution from a previous django aficianado and it worked perfectly. On Aug 14, 5:01 am, Subhranath Chunder wrote: > If the external IP or some domain name lands you directly on your machine, > then: > python manage.py runserver 0.0.0.0: > would do. > > To access you

Re: Connecting to the django app from outside the server

2011-08-14 Thread Python_Junkie
You are a true genius! Thank you The runserver command with the ip address with the IP worked perfectly. Thank you again On Aug 14, 12:33 am, Landy Chapman wrote: > >The application runs  when I remote into the server and run > > the web pages with localhost on the 8000 port. > > How do I

Re: Connecting to the django app from outside the server

2011-08-14 Thread Subhranath Chunder
If the external IP or some domain name lands you directly on your machine, then: python manage.py runserver 0.0.0.0: would do. To access you can use: http://: This should do. Hope it helps. Thanks, Subhranath Chunder. www.subhranath.com On Sun, Aug 14, 2011 at 9:12 AM, Python_Junkie < software

Re: Connecting to the django app from outside the server

2011-08-14 Thread bruno desthuilliers
On 14 août, 05:42, Python_Junkie 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

Re: Connecting to the django app from outside the server

2011-08-13 Thread Landy Chapman
>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 > an