In this article I teach you when and how to use signals in Django. Signals are the Django aquivalent to hooks in other frameworks. They help you to separate concerns and keep your apps small and independent from each. Notifications are a common use case for signals: One app fires on important events like a database change and another app, picksĀ up on this, notifying all … [Read more...]