producthunt/products/views.py

6 lines
106 B
Python

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