'Get data from database into Flask template table

Dears,

I am new to Flask and HTML. I created a python app that is controlled by a SQL Server database (data and settings)

I needed an admin interface, so I used the below template and redesigned the pages. https://github.com/app-generator/flask-argon-dashboard

I just need to query database from this Flask app and put the data into a table in this template. I searched a lot with no hope.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source