Hi,
How do you setup a template directory? I am trying to setup an application, Haystack, and the documentation instructs me to create a search template: search/search.html.
How do I change the settings.py file to establish the template directory and/or where do I place this search directory in my project files on pythonanywhere? I am getting a TemplateDoesNotExist, which I assume is because the Haystack app doesn't know where to find this template.
Thank you.
If it helps, the doc that says to create search/search.html is at http://django-haystack.readthedocs.io/en/v2.5.0/tutorial.html