web/ldtplatform/config.py.tmpl
changeset 283 0970e0f3d02b
parent 281 832c5049b358
child 299 9ce9e92af978
equal deleted inserted replaced
282:7512c33b64be 283:0970e0f3d02b
    49     }
    49     }
    50 }
    50 }
    51 
    51 
    52 CACHES = {
    52 CACHES = {
    53     'default': {
    53     'default': {
    54         'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
    54         'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
    55         'LOCATION': 'cache',
       
    56     }
    55     }
    57 }
    56 }
    58 
    57 
    59 DEBUG = True
    58 DEBUG = True
    60 TEMPLATE_DEBUG = DEBUG
    59 TEMPLATE_DEBUG = DEBUG