From 6b97213207ac718b7b4055c8e2f08c645555d7f0 Mon Sep 17 00:00:00 2001 From: afilsaime Date: Thu, 21 May 2015 11:42:30 +0200 Subject: [PATCH] add a new signal option to allow an automatic index synchronization --- examples/sandbox/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/sandbox/settings.py b/examples/sandbox/settings.py index 278a44cd..72e5aeab 100644 --- a/examples/sandbox/settings.py +++ b/examples/sandbox/settings.py @@ -293,3 +293,5 @@ HAYSTACK_CONNECTIONS = { 'INDEX_NAME': 'haystack', }, } + +HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor' -- 2.39.5