i created a venv in python with my django project
PC with venv:
ipv4 = 192.168.1.69 is listening to name http://site.license:8000 and working
hosts config:
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 site.license
Other PC:
hosts config
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.1.69 site.license
Problem is that i can't acces the webstite from "Other PC".. unfortunately i can ping site.license and it gets resolved to 192.168.1.69, so it has a connection
Aucun commentaire:
Enregistrer un commentaire