4 lines
103 B
Python
4 lines
103 B
Python
from django.dispatch import Signal
|
|
|
|
template_rendered = Signal(providing_args=["template", "context"])
|