Forums

TemplateDoesNotExist

Hi everybody. It is my first time trying to put my web app to work but got an error. I followed the pythonanywhere tutorials and everything worked fine when creating a project from the scratch, from the host. But as soon as I upload my own project files, something goes wrong with paths. The web app is working locally without issues. Error: Django error Project tree(only included the templates folder of each app) settings.py views.py from Gastos app error line

Where is your template and how do you point to it? What are your django templates settings?

Sorry, the images were not showing. I leave the links : django error, Project tree(only including the templates folder of each app), settings.py, views.py from Gastos app error line

Looks like you need to rename "Templates" directories to "templates", as capital letter confuses Django template loader.