shared a local host django

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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