Forums

TemplateNotFound: index.html

Hi, I am new to Flask and am trying to set up a Flask page that I developed on Pycharm. I've run into a few problems that I fixed myself (like running on the proper I.P.) however, I have a new problem now. I keep getting the TemplateNotFound error in my error log and I cannot figure out why.

Thanks

P.S. you are welcome to look at my files, I know from other posts that you ask this.

Flask looks in a folder called templates for it's templates. Yours is named Templates. If you were working on Windows before, Windows ignores case in file and directory names, Linux does not.

You rock!

That was the problem. Thanks for the help.