kb: realtime update of page index

This commit is contained in:
Frédéric Péters 2015-07-23 14:28:49 +02:00
parent 363db32c5a
commit fbfd9c2894
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ HAYSTACK_CONNECTIONS = {
},
}
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
local_settings_file = os.environ.get('WELCO_SETTINGS_FILE',
os.path.join(os.path.dirname(__file__), 'local_settings.py'))