摘要: 1.创建一个 test_web 项目,和一个 名称为 test_app 的应用,命令如下: (1)django-admin startproject test_web (2)cd test_web (3)python manage.py startapp test_app 打开项目目录:test_w 阅读全文
posted @ 2018-10-23 10:46 2018源泉 阅读(241) 评论(0) 推荐(0)