在 SSH 终端执行 python manage.py runserver ,出现
Performing system checks...
System check identified no issues (0 silenced).
October 04, 2015 - 20:56:45
Django version 1.8.2, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Error: You don't have permission to access that port.
部署在 openshift paas 平台上,是否需要绑定?如何做端口绑定?谢谢 !
Performing system checks...
System check identified no issues (0 silenced).
October 04, 2015 - 20:56:45
Django version 1.8.2, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Error: You don't have permission to access that port.
部署在 openshift paas 平台上,是否需要绑定?如何做端口绑定?谢谢 !
