Someone can help me, I have the following model:
class Citas2(models.Model):
laboratorio = models.CharField(max_length=10, default=LABORATORIO_1, null=True)
paciente = models.ForeignKey(Pacientes, on_delete=models.CASCADE)
doctor =...
asked by
12.07.2018 / 19:20