change in setting.py
ALLOWED_HOSTS = ['*']
python manage.py runserver 0.0.0.0:8000
python manage.py runserver 0.0.0.0:8000
open linux terminal
sudo ifconfig
Get inet ipv4 address Run on other same local network PC
If you find following error
Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:
1. polls/ [name='index']
2. admin/
The current path, polls/, didn’t match any of these. Then