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

What command do you use to start the server?  If your IP was
33.215.11.2 it would look like:
    python manage.py runserver 33.215.11.2:8000

> Do I need to open up port 8000 ?
Yes  Or figure out what port is already open and use that... Also
check firewall status.

> Is it possibly a permissions issue.
Most likely not.

> I am presuming that I can continue to use the django light weight web
> server for demonstration purposes.
Yes

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