-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
geek sessionGeek SessionGeek Session
Description
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
- Overview of Signals
- When to use Signals
- Pre_save and post_save
- Code examples using Signals
- Open exercise
- Discussion
Metadata
Metadata
Assignees
Labels
geek sessionGeek SessionGeek Session