mirror of
https://github.com/kennethreitz-archive/django-piston-xauth.git
synced 2026-06-21 07:50:58 +00:00
4 lines
99 B
Python
4 lines
99 B
Python
import django.dispatch
|
|
|
|
entry_request_started = django.dispatch.Signal(providing_args=['request'])
|