Ticket #6086: global_settings_locmem.diff
| File global_settings_locmem.diff, 452 bytes (added by pbx, 1 year ago) |
|---|
-
django/conf/global_settings.py
old new 293 293 294 294 # The cache backend to use. See the docstring in django.core.cache for the 295 295 # possible values. 296 CACHE_BACKEND = ' simple://'296 CACHE_BACKEND = 'locmem://' 297 297 CACHE_MIDDLEWARE_KEY_PREFIX = '' 298 298 CACHE_MIDDLEWARE_SECONDS = 600 299 299
