Flask-admin: jinja2.exceptions.TemplateNotFound: admin/master.html.

Created on 19 Aug 2020  路  4Comments  路  Source: flask-admin/flask-admin

Hi,
I am absolutely beginner in Flask-Admin.
When I try examples, i got exception:
jinja2.exceptions.TemplateNotFound: admin/master.html.

As jinja doesn't see master template in site-packages/flask_admin/templates???

Any hint, please?

All 4 comments

flask-admin is not the latest version in pypi the repository, you can update with the following command:
pip install git+git://github.com/flask-admin/flask-admin

i keep getting the same exception with this example

I have faced with this issue too

In the meantime you can checkout an older version, e.g. git checkout tags/v1.5.5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lucasvo picture lucasvo  路  4Comments

coreybrett picture coreybrett  路  4Comments

MaasErwin picture MaasErwin  路  7Comments

nMustaki picture nMustaki  路  3Comments

AhnSeongHyun picture AhnSeongHyun  路  4Comments