I have a model called
class Vcf(models.Model): ...
And I have a post_save signal receiver for this model
@receiver(post_sa