We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
$ pip install waliki ... Successfully installed Genshi-0.7 Markups-2.0.1 Pygments-2.2.0 cssselect-1.0.1 docutils-0.14 lxml-3.8.0 pyquery-1.2.17 rst2html5-1.9.3 sh-1.12.14 waliki-0.8.1 $ ls -la ~/.virtualenvs/wiki1/lib/python2.7/site-packages/waliki/search/templates/search/ total 12 drwxr-xr-x 2 dred dred 4096 Aug 18 00:08 . drwxr-xr-x 3 dred dred 4096 Aug 18 00:08 .. -rw-r--r-- 1 dred dred 1848 Aug 18 00:07 search.html
Therefore, templates/search/indexes/waliki/page_text.txt is missing.
templates/search/indexes/waliki/page_text.txt
Running the following on a working installation confirms this.
$ python manage.py rebuild_index ... django.template.exceptions.TemplateDoesNotExist: search/indexes/waliki/page_text.txt
Thank you for your time.
satadev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
Therefore,
templates/search/indexes/waliki/page_text.txt
is missing.Running the following on a working installation confirms this.
Thank you for your time.
satadev
The text was updated successfully, but these errors were encountered: