I have 2 models in my Django application, and i need that one of the models use values from another model.
class Products(models.Model): supplier=models.C