Python Forum

Full Version: Dashboards with html tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello folks,

We are going to deprecate our Confluence instance soon.
I was using a Python script to append HTML table,
with static links to S3 artifacts on different Confluence Dashboards.
Have to look for simple replacement of that flow - Pyramid, Bottle or
something else (preferably in Python).
Never used any web framework before...
Planing to host it behind Nginx + oauth2_proxy.

Regards.
I guess more or less any framework would do
We have tutorial on Flask - https://python-forum.io/Thread-Flask-Wea...pp-Updatet
And here is another very popular one with example on OAuth2 implemented - https://blog.miguelgrinberg.com/post/the...ello-world