From 02a37ad308fbcc27a04787c84a76de7c2936a6d5 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 10 Oct 2021 22:15:07 -0400 Subject: Caching support. Separate views.py in 2 files This commit adds the Flask-Caching module to the software stack and enables the caching of views in a wide variety of ways, but implemented here to be simple to understand to someone new to the concept of caching (aka me). Various documentation and formatting was applied to all files. views.py internal functions (mostly related to filesystem operations of the server). have been moved into view_functions.py --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 63d0835..b3c4209 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ pip==20.3.4 setuptools==44.1.1 Werkzeug==2.0.1 Flask-Compress==1.10.1 +Flask-Caching==1.10.1 -- cgit v1.2.3