launchx/innovate/views.py

5 lines
131 B
Python

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