core.signals.delete_Email module
Save signal receivers for the core.models.Email model.
-
core.signals.delete_Email.post_delete_email(sender, instance, **kwargs)[source]
Receiver function deleting the .eml file of the email from storage.
- Parameters:
sender (Email) – The class type that sent the post_save signal.
instance (Email) – The instance that has been deleted.
**kwargs (Any) – Other keyword arguments.
- Return type:
None