Altessimo/home/views.py

5 lines
122 B
Python

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