Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GeekSession] Django Signals #21

Open
luisfsantos-runtime opened this issue Dec 19, 2022 · 0 comments
Open

[GeekSession] Django Signals #21

luisfsantos-runtime opened this issue Dec 19, 2022 · 0 comments
Labels
geek session Geek Session

Comments

@luisfsantos-runtime
Copy link

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
@luisfsantos-runtime luisfsantos-runtime added the geek session Geek Session label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
geek session Geek Session
Projects
None yet
Development

No branches or pull requests

1 participant