瀏覽代碼

使用uwsgi的缓存

yf_fyh 3 年之前
父節點
當前提交
7156465230
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bigdataAPI/settings.py

+ 1 - 0
bigdataAPI/settings.py

@@ -180,4 +180,5 @@ JWT_AUTH = {
 CACHES = {
     'default': {
         'BACKEND': 'uwsgicache.UWSGICache',
+    }
 }