Skip to content

Instantly share code, notes, and snippets.

@chriskief
Created February 27, 2014 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriskief/9257011 to your computer and use it in GitHub Desktop.
Save chriskief/9257011 to your computer and use it in GitHub Desktop.
# myapp/signals/signals.py
from django.dispatch import Signal
example_signal = Signal(providing_args=['arg1', 'arg2'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment