django.db.models signal Example Code

The Signal module allows certain senders to notify a set of receivers that some action has taken place across Django apps within the same project.

Example 1 from django-haystack

django-haystack (project website) is a Python library for creating search indexes and queries that abstracts the underlying search engine implementation from your code.

django-haystack/haystack/signals.py