## 创建应用 python3 manage.py startapp newappname ## 启动 python3 manage.py runserver 0.0.0.0:8080 --insecure