Difference between revisions of "Flask"
From Teknologisk videncenter
m |
m (→Gauge) |
||
Line 1: | Line 1: | ||
Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit. | Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit. | ||
− | = | + | =Dashboard= |
+ | *[https://towardsdatascience.com/flask-and-chart-js-tutorial-i-d33e05fba845 Dashboard tutorial] | ||
*[https://github.com/drakxtwo/gauges_flask_socketio Gauges flask socketio] | *[https://github.com/drakxtwo/gauges_flask_socketio Gauges flask socketio] | ||
+ | |||
=Links= | =Links= | ||
*[https://flask.palletsprojects.com/ Flask documentation] | *[https://flask.palletsprojects.com/ Flask documentation] |
Revision as of 12:16, 5 November 2023
Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit.