signals.py 66 Bytes
Newer Older
1 2 3
from django.dispatch import Signal

connection_created = Signal()