5 lines
108 B
Python
5 lines
108 B
Python
import django.dispatch
|
|
|
|
|
|
post_compress = django.dispatch.Signal(providing_args=['type', 'mode', 'context'])
|