From: afilsaime Date: Thu, 21 May 2015 09:42:30 +0000 (+0200) Subject: add a new signal option to allow an automatic index synchronization X-Git-Tag: 1.6a^2~15^2~48^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6b97213207ac718b7b4055c8e2f08c645555d7f0;p=telemeta.git add a new signal option to allow an automatic index synchronization --- 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'