Difference between revisions of "Flask"

From Teknologisk videncenter
Jump to: navigation, search
(Created page with " =Links= *[https://flask.palletsprojects.com/ Flask’s documentation] category:Programmingcategory:Python")
 
m (Links)
Line 1: Line 1:
 +
 +
Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit.
  
 
=Links=
 
=Links=
*[https://flask.palletsprojects.com/ Flask’s documentation]
+
*[https://flask.palletsprojects.com/ Flask documentation]
 +
*[https://werkzeug.palletsprojects.com/ Werkzeug docomentation]
 +
*[https://jinja.palletsprojects.com/ Jinja documentation]
 +
*[https://click.palletsprojects.com/ Click documentation]
  
 
[[category:Programming]][[category:Python]]
 
[[category:Programming]][[category:Python]]

Revision as of 08:55, 12 July 2023

Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit.

Links