Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created May 20, 2010 07:06
Show Gist options
  • Save qoelet/407291 to your computer and use it in GitHub Desktop.
Save qoelet/407291 to your computer and use it in GitHub Desktop.
from django.dispatch import Signal
request_started = Signal()
request_finished = Signal()
got_request_exception = Signal(providing_args=["request"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment