浏览代码

使用uwsgi的缓存

yf_fyh 3 年之前
父节点
当前提交
fdf54efdca
共有 1 个文件被更改,包括 0 次插入4 次删除
  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'
-    }
 }