创建应用

格式

python manage.py startapp 应用名称

例子

python manage.py startapp city

创建应用 django_python

新增的应用目录里的结构

创建应用 django_django_02