This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
yf_fyh
/
bigdataAPI
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
使用uwsgi的缓存
yf_fyh
3 years atrás
parent
fdf54efdca
commit
7156465230
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
bigdataAPI/settings.py
+ 1
- 0
bigdataAPI/settings.py
Ver Ficheiro
@@ -180,4 +180,5 @@ JWT_AUTH = {
CACHES = {
'default': {
'BACKEND': 'uwsgicache.UWSGICache',
+ }
}