]> git.parisson.com Git - telemeta.git/commitdiff
add a new signal option to allow an automatic index synchronization
authorafilsaime <shadow_kungfu@hotmail.fr>
Thu, 21 May 2015 09:42:30 +0000 (11:42 +0200)
committerafilsaime <shadow_kungfu@hotmail.fr>
Thu, 21 May 2015 09:42:30 +0000 (11:42 +0200)
examples/sandbox/settings.py

index 278a44cdad98b4120412c4a9327f08126bbf1b77..72e5aeab3960665d1b3130c96a1e1e125e8b123e 100644 (file)
@@ -293,3 +293,5 @@ HAYSTACK_CONNECTIONS = {
         'INDEX_NAME': 'haystack',
     },
 }
+
+HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'