Explorar el Código

使用uwsgi的缓存

yf_fyh hace 3 años
padre
commit
7156465230
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      bigdataAPI/settings.py

+ 1 - 0
bigdataAPI/settings.py

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