创建项目 django-admin startproject HelloWorld 进入项目文件夹 cd HelloWorld 创建app python manage.py startapp hello