localhost:8000 not accessible using physical IP
I’m trying to access my server on localhost:8000 from my LAN network using my physical IP address: 192.168.1.5:8000 but it’s saying 192.168.1.5 refused to connect. The django server has already ALLOWED_HOSTS = [‘*’] And the IP is correct (got it from ipconfig) My network is set on Private on both computers by the way I… Read More localhost:8000 not accessible using physical IP