module documentation

Undocumented

Function check_cache_location_not_exposed Undocumented
Function check_default_cache_is_configured Undocumented
Function check_file_based_cache_is_absolute Undocumented
Constant E001 Undocumented
@register(Tags.caches, deploy=True)
def check_cache_location_not_exposed(app_configs, **kwargs): (source)

Undocumented

@register(Tags.caches)
def check_default_cache_is_configured(app_configs, **kwargs): (source)

Undocumented

@register(Tags.caches)
def check_file_based_cache_is_absolute(app_configs, **kwargs): (source)

Undocumented

Undocumented

Value
Error('You must define a \'%s\' cache in your CACHES setting.'%DEFAULT_CACHE_ALIAS
,
      id='caches.E001')