File: signals.py

package info (click to toggle)
python-django-compressor 4.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,124 kB
  • sloc: python: 4,906; makefile: 123; javascript: 5
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (3)
1
2
3
4
import django.dispatch

# arguments: type, mode, context
post_compress = django.dispatch.Signal()