Answers for "access django server from another machine"

0

access django server from another machine

ALLOWED_HOSTS = ['192.168.1.50', '127.0.0.1', 'localhost']

run with your system IP Address
python manage.py runserver 192.168.1.50:8000
Posted by: Guest on August-31-2021

Code answers related to "access django server from another machine"

Python Answers by Framework

Browse Popular Code Answers by Language