shared a local host django

Solutions on MaxInterview for shared a local host django by the best coders in the world

showing results for - "shared a local host django"
Liz
21 Jan 2019
11. run python manage.py runserver 0.0.0.0:8000
22. figure out your ip address which is say 192.168.1.8
33. Add '192.168.1.8' to ALLOWED_HOSTS list in your settings.py file.
44. access 192.168.1.8:8000 on mobile.
5
similar questions
queries leading to this page
shared a local host django