Sfoglia il codice sorgente

使用uwsgi的缓存

yf_fyh 3 anni fa
parent
commit
fdf54efdca
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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'
-    }
 }