About Access in the Local Network

To make your local Django webserver accessible in your Local Network by your computer's IP, run the webserver for IP 0.0.0.0:

1
$ python manage.py runserver 0.0.0.0:8000

Tips and Tricks Dev Ops Django 4.2 Django 3.2 Django 2.2