标签: python django ssh
我在运行Scientific Linux的虚拟机上设置了Django服务器。
我正在启动服务器:
manage.py runserver 0.0.0.0:8000
http://box:8000
通过运行:
ssh –L 8000:box:8000 user@box
该页面显示在http://localhost:8000
http://localhost:8000