yf_fyh 3 лет назад
Родитель
Сommit
7156465230
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      bigdataAPI/settings.py

+ 1 - 0
bigdataAPI/settings.py

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