views.py 109 B

12345
  1. from django.shortcuts import render
  2. # Create your views here.
  3. def index():
  4. return HttpResponse("首页")