Sfoglia il codice sorgente

使用uwsgi的缓存

yf_fyh 3 anni fa
parent
commit
7156465230
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      bigdataAPI/settings.py

+ 1 - 0
bigdataAPI/settings.py

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