Django项目供别人访问
settings.py 添加 ALLOWED_HOSTS = "*"
启动项目 python manage.py runserver 0.0.0.0:8000
前台: 使用 http://自身ip:8000/ 进行访问