4 lines
80 B
Python
4 lines
80 B
Python
from django.dispatch import Signal
|
|
|
|
node_died = Signal(providing_args=['node'])
|