2018-11-23 12:21:19 +01:00

5 lines
123 B
Python

from django.shortcuts import render
# Create your views here.
def index(request):
return render(request, 'index.html')