References:
-
Find the ip address of the computer running the dev server. You can use
ipconfig
on windows or go to Preferences > Network on a Mac. -
start the Django server on the computer's ip (the ip below is just an example):
python manage.py runserver 11.111.1.111:8000
-
Open that address on the browser of your phone