Browse Source

使用uwsgi的缓存

yf_fyh 3 years ago
parent
commit
fdf54efdca
1 changed files with 0 additions and 4 deletions
  1. 0 4
      bigdataAPI/settings.py

+ 0 - 4
bigdataAPI/settings.py

@@ -180,8 +180,4 @@ JWT_AUTH = {
 CACHES = {
     'default': {
         'BACKEND': 'uwsgicache.UWSGICache',
-
-        # and optionally, if you use a different cache name
-        'LOCATION': 'foobar'
-    }
 }