@@ -180,8 +180,4 @@ JWT_AUTH = {
CACHES = {
'default': {
'BACKEND': 'uwsgicache.UWSGICache',
-
- # and optionally, if you use a different cache name
- 'LOCATION': 'foobar'
- }
}