Browse Source

测试不配置setting

yf_fyh 3 years ago
parent
commit
13b75f90cd
1 changed files with 5 additions and 5 deletions
  1. 5 5
      bigdataAPI/settings.py

+ 5 - 5
bigdataAPI/settings.py

@@ -177,8 +177,8 @@ JWT_AUTH = {
 }
 
 
-CACHES = {
-    'default': {
-        'BACKEND': 'uwsgicache.UWSGICache',
-    }
-}
+# CACHES = {
+#     'default': {
+#         'BACKEND': 'uwsgicache.UWSGICache',
+#     }
+# }