Here is an update on my situation.

Windows firewall - I setup in and outbound rules for port 8000 (UDP and TCP)
Router - I set up port forwarding for port 8000 (UDP and TCP)
Using example code in the socket module documentation I ram socket_client and socket_server on my local machine with the port=8000 and host=my external IP . It worked just fine. When I run the django server instead of the socket server and attempt browser access thru my external IP I get a timeout.
Nothing appears on the console running the server.

So something is different . Any ideas?

I presume that the browser - django server communication at most uses TCP and/or UDP.

Any ideas are welcome.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f102f6e2-ca8c-f6b2-43a4-51b1439d5ae5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to