Flask Framework Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Organizing static files

Organizing static files such as JavaScript, stylesheets, images, and so on efficiently is always a matter of concern for all web frameworks. In this recipe, we'll learn how to achieve this in Flask.