Django创建hello world 创建app: ./manage.py startapp hello_world 修改自动生成的子目录下的views.py: from django.http import HttpResponse def hello_world(reque …