I'm new to Django and I'm just learning several things, let's say I have the following model where I have the Person, Car and Loan classes, a person in a loan can select several cars
class Persona(models.Model):
nombre = models.CharField(m...
asked by
05.01.2018 / 04:09