按照本教程,我正在学习如何使用virtualenv
和创建 RESTful python 服务flask
我创建了一个小型hello world
Web 应用程序并执行了它:./app.py
. 这导致:
* Running on http://127.0.0.1:5000/
* Restarting with reloader
但是当我打开浏览器并输入时,我http://<external ip>:5000
没有看到hello world我得到:
无法连接到 <外部 ip>:5000
我错过了什么?