1、首先修改setting.py文件 ALLOWED_HOSTS = ['*']
2、运行时使用该命令 python3 manage.py runserver 0:8000
备注:如果上* 为固定的ip,那么运行命令就要改成 python3 manage.py runserver ip:8000