From b3ff6f8e4ac91e1ae3c1a032cf0defc3fb2345bc Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 23 Sep 2015 09:50:41 +0000 Subject: [PATCH] teamplayer/settings: set new custom haystack highligher --- appliances/teamplayer/settings_local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/appliances/teamplayer/settings_local.py b/appliances/teamplayer/settings_local.py index 8c3439a..121e73f 100644 --- a/appliances/teamplayer/settings_local.py +++ b/appliances/teamplayer/settings_local.py @@ -153,3 +153,4 @@ HAYSTACK_CONNECTIONS = { } HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor' +HAYSTACK_CUSTOM_HIGHLIGHTER = 'tp_library.Highlighter'