I have been instructed by a programming teacher to learn Django. However, I need to encode linux on the command line and therefore cannot access the webpage from the specified Linux box.
To check, I need to place it on the local IP address of the computer, and not on localhost. I am currently starting the Django development server with this command:
python manage.py runserver 0.0.0.0:8000
Firefox and Chrome can access the development server at the IP address of Linux boxes, but can not can not. Internet Explorer
source
share