Tagged articles
1 articles
Page 1 of 1
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 RoutesFlaskURL routing
0 likes · 4 min read
Understanding Flask URL Routing and View Functions