from django.dispatch.dispatcher import Signal
# providing_args=['message']
message_received = Signal()