Python Forum
Virtual Environment LAN question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Virtual Environment LAN question
#1
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020