ok no problem but i need the solution as fast as possible if the problem is that i write in Inglés ' I dont have any problem in ask in english
-- El viernes, 20 de noviembre de 2015, 11:16:25 (GMT-6), Daniel Chimeno escribio:
Hola,Esta es una versión Inglés del foro Django, hay otro (no oficial) en:También por favor, utilice dpaste servicios o similar para el código.Saludos,
El viernes, 20 de noviembre de 2015, 17:19:55 (GMT + 1), miguel angel lopez mendo escribio:------ mi vista ----Usados def (Solicitud):Productos = Coche.objects.filter (tipo = '1')productos / usados.html '= plantillavolver render (Solicitud, plantilla, locals ())--------modelo-------{% Extends% 'base.html'}{Carga% staticfiles%}{% Block%} head_title{%}% Endblock<head><title> Soni Compañia </ title></ Head><style>{% Estilo de bloque%}Cuerpo {margin: 0;padding: 0;}{%}% Endblock</ Style>{% De contenido Secuencia%}<div class = "contenedor">{% Para El Producto en los Productos de%}<div class = 'fila'><div class = "col-sm-2 col-sm-offset-2"><div><br>{% If%} product.cocheimage_set.all{% Para el article in product.cocheimage_set.all%}<div style = "width: 20px; margin: 0 auto;"></ Div> <a href='{{ product.get_absolute_url }}'><img class = src 'img sensibles' = "{{item.image.url}}" /></a>{%}% Endfor{% Mas%}<div><a href='{{ product.get_absolute_url }}'><div style = "altura: 10px;"> </ div></a></ Div>{% Si terminara%}<div class = "leyenda"><a href='{{ product.get_absolute_url }}'> <h3> {{}} product.title </ h3> </a>Marca: {{}} <br/> product.marcaModelo: {{product.modelo}}<p> <a href="{{ product.get_absolute_url }}"> <a href="/s" class="btn btn-default text-align-center" role="button"> </a> Tomar Auto</ Div></ Div></ Div>{% Ciclo "" "" "" "" "" "</ div> <hr /> <div class = 'fila'>"%}{%}% Endfor{%}% Endblock</ Div>--- modelos -----clase Coche (models.Model):titulo = models.CharField (max_length = 120)marca = models.ForeignKey ('Marca', null = True, en blanco = True, verbose_name = "Marca")Modelo = models.ForeignKey ('Modelo', null = True, en blanco = True)version = models.CharField (max_length = 120)tipo = models.CharField (max_length = 12, las OPCIONES = TIPO_CHOICES)precio = models.DecimalField (decimal_places = 2, MAX_DIGITS = 100)babosa = models.SlugField (unique = True)timestamp = models.DateTimeField (auto_now_add = True, auto_now = False)actualizado = models.DateTimeField (auto_now_add = False, auto_now = True)activo = models.BooleanField (por Defecto = True)def __unicode __ (self):self.titulo retornoclase Meta:unique_together = ('titulo', 'bala')def get_absolute_url (self):inversa volver ("single_product", kwargs = {"babosa": self.slug})Clase CocheImage (models.Model):product = models.ForeignKey (Coche)image = models.ImageField (upload_to "productos / images / '=)destacado = models.BooleanField (default = false)miniatura = models.BooleanField (por Defecto = True)activo = models.BooleanField (por Defecto = True)actualizado = models.DateTimeField (auto_now_add = False, auto_now = True)def __unicode __ (self):self.product.titulo retornoLo Que Intento Realizar Es Que En El plantilla se muestre Solamente la ultima imagen Que él Subido
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/31f755db-3da0-4b84-9749-a61de9b24883%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment