4 lines
66 B
Python
Executable File
4 lines
66 B
Python
Executable File
from django.dispatch import Signal
|
|
|
|
connection_created = Signal()
|