summaryrefslogtreecommitdiffstats
path: root/webapp/django/test/signals.py
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/django/test/signals.py')
-rw-r--r--webapp/django/test/signals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/django/test/signals.py b/webapp/django/test/signals.py
new file mode 100644
index 0000000000..a328a7782e
--- /dev/null
+++ b/webapp/django/test/signals.py
@@ -0,0 +1,3 @@
+from django.dispatch import Signal
+
+template_rendered = Signal(providing_args=["template", "context"])