Ejemplo n.º 1
0
def home(request):
    products = Product.all()
    return render(request, 'home.html', {'products': products})