I have a model called ColaNotificaciones.
class ColaNotificaciones(models.Model):
class Meta:
unique_together = (('remitente', 'destinatario', 'asunto','producto'),)
remitente = models.CharField(max_length=20)
destinatario...
asked by
12.02.2018 / 11:50