📜  views.py django - Python 代码示例

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

代码示例1
from django.http import HttpResponse


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