Tag

url_for

0 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Sep 26, 2018 · Backend Development

Understanding Flask URL Routing and View Functions

This article explains Flask's URL routing mechanisms, covering the route decorator and add_url_rule methods, static and dynamic routes, variable types, and how to use url_for for reverse URL generation and static file linking.

Dynamic RoutesFlaskadd_url_rule
0 likes · 4 min read
Understanding Flask URL Routing and View Functions