from django.shortcuts import HttpResponse def index(request): return ... It is Django's way of saying for this URL call this view function and for that URL ...
確定! 回上一頁