module documentation

Undocumented

Constant E001 Undocumented
Function check​_cache​_location​_not​_exposed Undocumented
Function check​_default​_cache​_is​_configured Undocumented
Function check​_file​_based​_cache​_is​_absolute Undocumented
E001 =

Undocumented

Value
Error('You must define a \'%s\' cache in your CACHES setting.'%DEFAULT_CACHE_ALIAS
,
      id='caches.E001')
@register(Tags.caches, deploy=True)
def check_cache_location_not_exposed(app_configs, **kwargs):

Undocumented

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

Undocumented

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

Undocumented