mmg/mmg/views.py

6 lines
98 B
Python

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