views.py 101 B

1234
  1. from django.shortcuts import render
  2. def index(request):
  3. return render(request, 'zitap/index.html')