Ticket #6086: global_settings_locmem.diff
File global_settings_locmem.diff, 452 bytes (added by , 17 years ago) |
---|
-
django/conf/global_settings.py
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