码迷,mamicode.com
首页 > Web开发 > 详细

django开发网站 让局域网中的电脑访问你的主机

时间:2018-10-08 00:40:12      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:print   局域网   http   top   网站   table   reg   strong   通过   

1关闭防火墙

service iptables stop  
  • 1

2设置django

开开启django时,使用0.0.0.0:xxxx,作为ip和端口例如:

python manage.py runserver 0.0.0.0:9000

然后在settings里修改ALLOWED_HOSTS = [],

改为ALLOWED_HOSTS = [‘*‘,],注意不要漏掉“,”。

其他机器就可以通过这台机器的ip和端口号访问django了。

例如:http://192.168.14.40:9000/index.html

django开发网站 让局域网中的电脑访问你的主机

标签:print   局域网   http   top   网站   table   reg   strong   通过   

原文地址:https://www.cnblogs.com/Alone-Tree/p/9752026.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!