📜  django 文档 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:55.081000             🧑  作者: Mango

代码示例5
from django.http import HttpResponse


def index(request):
    return HttpResponse("Hello, world. You're at the polls index.")