Le 21/11/2016 à 07:22, iivri.an...@gmail.com a écrit :
THIS error is constantly showing up when I run my python script
eloiim:build iivri.andre$ python run.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
[2016-11-21 01:15:26,561] ERROR in app: Exception on / [GET]
Traceback (mos
On Mon, Nov 21, 2016 at 5:22 PM, wrote:
> TemplateNotFound: index.html
>
> return render_template('index.html', author=author, name=name)
The render_template function looks for a directory called "templates"
and a file in that of the given name. So you'll need to have
"templates/index.html"
THIS error is constantly showing up when I run my python script
eloiim:build iivri.andre$ python run.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
[2016-11-21 01:15:26,561] ERROR in app: Exception on / [GET]
Traceback (most recent call last):
File "/usr/local/lib/python2.7/sit