aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-10-10 22:15:07 -0400
committermjfernez <mjfernez@gmail.com>2021-10-10 22:15:07 -0400
commit02a37ad308fbcc27a04787c84a76de7c2936a6d5 (patch)
treedf25089ab76cc0c3faa94e2990b600ea7568ab63 /requirements.txt
parenta800163aeae0998fa49f011664f32a6c348db886 (diff)
downloadezcms-02a37ad308fbcc27a04787c84a76de7c2936a6d5.tar.gz
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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
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