Django 项目服务器的非本地连接
我运行了命令 python manage.py runserver 0.0.0.0:8000
它启动了服务器,但是当我导航到 http://myipaddress:8000,我的网络浏览器无法连接。我也尝试用我的 iPhone Safari 浏览器,得到了同样的结果。
我使用的是 Mac OS X 10.6,并通过路由器连接到互联网。
关于如何允许非本地连接以便我的朋友可以尝试我的项目有什么建议吗?
I ran the command python manage.py runserver 0.0.0.0:8000
It started the server up, but when I navigate to http://myipaddress:8000, my webbroswer doesnt connect. I also tried with my iphone safari brower and got the same thing.
I am using Mac OS X 10.6 and am connect to the the internet through my router.
Any suggestions on how to allow non-local connections so my friends can try out my project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1)检查你的防火墙
2) 确保您的路由器将端口 8000 上的连接转发到您的计算机
1) check your firewall
2) make sure your router forwards connections on port 8000 to your computer