ó
®â0_c           @  s~   d  d l  m Z d  d l m Z d  d l m Z d d l m Z m Z m	 Z	 e d e d d ƒZ
 e	 e j ƒ d	 „  ƒ Z d
 S(   iÿÿÿÿ(   t   unicode_literals(   t   settings(   t   DEFAULT_CACHE_ALIASi   (   t   Errort   Tagst   registeru4   You must define a '%s' cache in your CACHES setting.t   idu   caches.E001c         K  s   t  t j k r t g Sg  S(   N(   R   R   t   CACHESt   E001(   t   app_configst   kwargs(    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/core/checks/caches.pyt!   check_default_cache_is_configured   s    N(   t
   __future__R    t   django.confR   t   django.core.cacheR   t    R   R   R   R   t   cachesR   (    (    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/core/checks/caches.pyt   <module>   s   
	