producthunt/products/views.py

6 lines
106 B
Python
Raw Normal View History

2020-03-09 18:17:36 -07:00
from django.shortcuts import render
2020-03-09 20:13:13 -07:00
def home(request):
return render(request, 'products/home.html')