last highlighted date: 2024-12-31

Highlights

  • The Flask FlatPages and Frozen Flask modules make up the ideal set of tools for creating static websites. By creating a “build” file that turns your dynamic Flask code into a sequence of static files, Frozen Flask “freezes” a Flask-based application and enables hosting of your code without the need for server-side software.