Skip to content

Instantly share code, notes, and snippets.

@chrisdrackett
Created April 2, 2009 20:26
Show Gist options
  • Save chrisdrackett/89415 to your computer and use it in GitHub Desktop.
Save chrisdrackett/89415 to your computer and use it in GitHub Desktop.
import django.dispatch
pizza_done = django.dispatch.Signal(providing_args=["toppings", "size"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment