Reimplement caching

This commit is contained in:
Keannu Christian Bernasol 2025-09-03 02:25:42 +08:00
parent bae2cc653e
commit d99c82bef4
7 changed files with 89 additions and 5 deletions

View file

@ -22,4 +22,5 @@ dependencies = [
"django-unfold>=0.65.0",
"gunicorn>=23.0.0",
"django-cors-headers>=4.7.0",
"django-redis>=6.0.0",
]