How to tell Campaign that if a record is deleted in table A, the same record, based on a field that would act as a Foreign Key, should also be deleted?
Is there any configuration I can do in the schema, so I get the on_delete=models.CASCADE other DB have?