This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
yf_fyh
/
bigdataAPI
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
使用uwsgi的缓存
yf_fyh
hace 3 años
padre
fdf54efdca
commit
7156465230
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
bigdataAPI/settings.py
+ 1
- 0
bigdataAPI/settings.py
Ver fichero
@@ -180,4 +180,5 @@ JWT_AUTH = {
CACHES = {
'default': {
'BACKEND': 'uwsgicache.UWSGICache',
+ }
}