Im trying to get all customer list form Cust models that not having a record in Stat (ForeignKey), Django 2.2
Cust
class Cust(models.Model): name