1.网络问题:检查两台电脑是否能相互ping通 2.ubuntu防火墙:检查 3.django程序是否运行在0.0.0.0:8000 4.django的ALLOW_HOST = ["*"]
0.0.0.0:8000
ALLOW_HOST = ["*"]