Guest User

Untitled

a guest
May 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. from django.dispatch import Signal
  2.  
  3. request_started = Signal()
  4. request_finished = Signal()
  5. got_request_exception = Signal(providing_args=["request"])
Add Comment
Please, Sign In to add comment