使用文档
开发文档
API文档
脚本文档
from django.http import HttpResponse [docs]def index(request): return HttpResponse("Hello, world. You're at the polls index.")