views.py 108 Bytes Raw Blame History Permalink 1 2 3 4 5 6 from django.shortcuts import render def index(request): return render(request, 'welcome/index.html')