Django

A collection of 10 posts

Handle behaviour with signals in Django

Django signals are a way to decouple applications by allowing certain senders to notify a set of receivers that some action has taken place. Think of them as the Django framework's event-driven communication system.