[Answered ]-Django-haystack with elastic search not building index for newly created objects

2👍

You need to have the real time signal processor activated in settings:

HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
👤chaos

Leave a comment