https://flask-admin.readthedocs.io/en/v1.0.7/templates/#customizing-templates
The docs always refer to: All Flask-Admin templates should derive from admin/master.html.
where exactly does that file live, or do I need to create it myself? I was assuming it would be installed by the pip command somewhere, but I can't see it anywhere in my directory structure.
Second question, can you use flask-admin without sql-alchemy? I'm kind of keen to just use pyodbc which I already have working after much hair pulling with Azure sql.
Thanks for any insight, on the steep early part of the python learning curve having stayed in ColdFusion land for years. Cheers Dale