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?
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