一、创建APP 创建APP Django 中的一个app就是一个小的项目,我们通过 startapp 命令即可创建, 一下提供两种方式 1、启动虚拟环境 fswy (fswy) xxxxdeMacBook-Pro:fswy xiatian$ cd fswy/blog (fswy) xxxxdeMacBook-Pro:blog xiatian$ django-admin startapp fswy (fswy) xxxxdeMacBook-Pro:blog xiatian$ cd fswy (fswy) xxxxdeMacBook-Pro:blog xiatian$ls |-- storm