I have two models
class Invoice(models.Model): invoice_id = models.IntegerField(blank=True, null=True) quotation_id