add new app

This commit is contained in:
behruz-dev
2025-08-01 15:24:00 +05:00
parent 9b403c46da
commit a714dbacb3
49 changed files with 579 additions and 0 deletions

View File

@@ -19,6 +19,27 @@ CACHEOPS = {
"ops": "all",
"timeout": 60 * 5,
},
"company.*": {
"ops": "all",
"timeout": 60 * 5
},
"products.*": {
"ops": "all",
"timeout": 60 * 5
},
"projects.*": {
"ops": "all",
"timeout": 60 * 5
},
"wherehouse.*": {
"ops": "all",
"timeout": 60 * 5
},
"shared.*": {
"ops": "all",
"timeout": 60 * 5
},
}
CACHEOPS_DEGRADE_ON_FAILURE = True
CACHEOPS_ENABLED = False