Allow external access through a firewall to Django on Windows

I want to allow external access to my website which is hosted by Django (development server) on Windows 7. To start the server on port 8000, I enter:

python manage.py runserver 0.0.0.0:8000

      

If I disable Windows Firewall, it can be accessed externally. However, turning on the firewall means that it cannot be accessed from the outside.

So, I tried adding an "Inbound Rule" in "Control Panel \ System and Security \ Windows Firewall \ Advanced Settings". Here I have allowed incoming TCP access on port 8000.

However, my site still cannot be accessed from the outside. What else do I need to do?

+3
windows django


source to share


No one has answered this question yet

Check out similar questions:

25
Accessing Python development server from external IP
2
AWS EC2 does not work with default web server
1
Accessing local django server via lan
1
Making the local server visible through firewalls
1
Setting up a Django development server that is accessed by other devices on my network
1
How to access Django server by hostname and not IP address
0
How do I allow other users to connect to my Django site?
0
python, django, vagrant and access error on windows host
0
message is not allowed through Windows firewall
0
How to allow Internet access to a website hosted on a Windows 2008 R2 server



All Articles
Loading...
X
Show
Funny
Dev
Pics