summaryrefslogtreecommitdiff
path: root/compressor/signals.py
blob: c704d36ab28116d6ed983f0e742eab2f94395d88 (plain)
1
2
3
4
import django.dispatch

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