divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

Issue Rebuilding Index #71

Open pinksharpii opened 7 years ago

pinksharpii commented 7 years ago

I would like to start off by stating that having the installation instructions under docs instead of the readme is really inconvenient. I did not even know it existed and I wasted a lot of hours trying to get this set up because there was no explanation in the readme or even a statement to read the items in the docs folder. Can I suggest a change to that.

I'm trying to do the last step - to rebuild_index. I have my server running in one tab and a new tab open and I try to run that and get a 403 forbidden error. I cannot find good documentation on how to do this.

Also at the end of the error message it does say: Indexing 0 articles Indexing 0 People

Why is it not trying to index the CMS pages? I shouldn't have to, but I did include the following in my settings.py (even though it defaults to true). ALDRYN_SEARCH_CMS_PAGE = True

DustinHolden commented 7 years ago

Were you ever able to resolve this? I'm experiencing the exact same issue.

Edit: I was able to resolve this error when I added 'aldryn_search' to installed_apps, I had left it out of my settings file.