Forum >> Programmazione Python >> Web e Reti >> Problema con i tag {% %}

Pagina: Indietro 1 2

Per ora ho risolto così:


from django.shortcuts import render
from .models import Post

Object= Post.objects.all().order_by('-created_date')
context={'object_list': Object}


def lista(request):
return render(request, 'post_list.html', context)

Grazie per i consigli davvero utili
Ottimo, bravissimo! :ok:


THE 🍺-WARE LICENSE (Revision ㊷):
<㎝🐌🐍.🇮🇹> wrote this post. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you
think this stuff is worth it, you can buy me a 🍺 in return. -- ㎝


Pagina: Indietro 1 2



Esegui il login per scrivere una risposta.