django-gssapi/sample/sample/views.py

5 lines
97 B
Python

from django.shortcuts import render
def home(request):
return render(request, 'index.html')