32137b6523
python3.3 and python3.4 are supported
5 lines
129 B
Python
5 lines
129 B
Python
from django.dispatch import Signal
|
|
|
|
config_signal = Signal(providing_args=[])
|
|
"""Signal to get all config tabs from all apps."""
|