views
def ArticuloFormA(request,Materiaid):
Articulos = Articulo.objects.filter(Materia_id= Materiaid)
Articulos = Articulos.order_by('-Fecha_Publicacion')[:5]
Pregunta_Form = ArticuloForm()
args = {'Pregunta_Form': Pregunta_Form}
if request.method == 'POST':
fo
Im starting a social network for my school and i need to show the coments
of my post without recharging the whole and for other things in my proyect
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receivi
2 matches
Mail list logo