File: signals.py

package info (click to toggle)
python-django-piston 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 540 kB
  • ctags: 883
  • sloc: python: 3,013; xml: 33; sh: 23; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
import django.dispatch

entry_request_started = django.dispatch.Signal(providing_args=['request'])