Python Forum

Full Version: Virtual Environment LAN question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've been trying to figure out why my python sample website is not accessible from another device on my LAN. I'm pretty new to python and Venv's, but I have a website done from a course, and it's working fine from the dev PC. However, I cannot access it from anywhere else. No firewall, nothing blocking that PC from access that I can find. No A/V blocking it.

I've searched online and here, but haven't found anything yet.

Is there a setting in the Virtual Environment that I need to change in order to open up http://192.168.0.200:8000 on my local LAN? (localhost:8000 and 127.0.0.0:8000 work fine on dev PC).

I just want to try to test it from another device (phone, another PC, etc) on my LAN.

Thanks.