Skip to content

[GeekSession] Django Signals  #21

@luisfsantos-runtime

Description

@luisfsantos-runtime

Django Signals

Description

Django includes a “signal dispatcher” which helps decoupled applications get notified when actions occur elsewhere in the framework. In a nutshell, signals allow certain senders to notify a set of receivers that some action has taken place. They’re especially useful when many pieces of code may be interested in the same events.

Plan

  1. Overview of Signals
  2. When to use Signals
  3. Pre_save and post_save
  4. Code examples using Signals
  5. Open exercise
  6. Discussion

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions