Python Forum

Full Version: Looking for Flsk web page to view table with logs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

Wonder if anyone has created a Web page using Flask, that can interrogate a table in MySQL containing log information, with some drop downs to filter the information and then be able to set to refresh, as more records are all the time added to the table ?

or have a good example of this ?

G

Admin, think this might be better under Web development ? how do I move post, don't want to do exactly same posting under there also... ?
DB tables can be exposed using flask-admin:
https://flask-admin.readthedocs.io/en/v1.0.7/db_sqla/
question... it keeps on talking about a model and wanting to implement it... which implies creating the tables. In my environment I've already got the tables, and don't want SQLAlchemy to do that, just want it to interface with tables in place ???

G