I canot upload files how can i fix it

2018-05-12 Thread carlos . davalos17
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

Do you know good guides to use ajax in django

2018-04-26 Thread carlos . davalos17
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