Django 项目服务器的非本地连接

发布于 2024-09-12 05:05:04 字数 310 浏览 5 评论 0原文

我运行了命令 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乞讨 2024-09-19 05:05:04

1)检查你的防火墙
2) 确保您的路由器将端口 8000 上的连接转发到您的计算机

1) check your firewall
2) make sure your router forwards connections on port 8000 to your computer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文