eonvelope.signals module

Save signal receivers for the core.models.Attachment model.

eonvelope.signals.post_create_user(sender, instance, created, **kwargs)[source]

Receiver function deleting the file of the attachment from storage.

Parameters:
  • sender (User) – The class type that sent the post_save signal.

  • instance (User) – The instance that has been saved.

  • created (bool) – Whether the instance has just been created.

  • **kwargs (Any) – Other keyword arguments.

Return type:

None