I'm using Aldryn Search - a plugin for Django CMS that uses Haystack.
I've read both documenations up and down and I don't understand how to properly run manage.py rebuild_index. If I run it as normal I get:
SolrError: Failed to connect to server at 'http://127.0.0.1:8000/update/?commit=true', are you sure that URL is correct?
So I'm guessing it's because my server is not running. But I can't run this command while my server is running. I try opening a new tab in terminal and run the command while my server is running in the other tab and I get a 403 forbidden error.
Such a simple thing is not explained. Also does this command have to be reran every time a page changes content or a new page or blog post gets created? I see this as being a huge problem in production.