Sunday, October 20, 2013

How to access local django webserver from outside world

How to access local django webserver (python manage.py runserver) from outside world

1)
Start local webserver
#python mange.py runserver
Django version 1.5.1, using settings 'myapp.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

2)
In remote machine
http://ip-of-django-web-server:8000/

No comments:

Post a Comment