ó
­â0_c           @   sv   d  d l  m Z d  d l m Z m Z d  d l m Z d  d l m Z	 d e f d „  ƒ  YZ
 d e
 f d „  ƒ  YZ d	 S(
   iÿÿÿÿ(   t	   AppConfig(   t   check_admin_appt   check_dependencies(   t   checks(   t   ugettext_lazyt   SimpleAdminConfigc           B   s)   e  Z d  Z d Z e d ƒ Z d „  Z RS(   s7   Simple AppConfig which does not do automatic discovery.s   django.contrib.admint   Administrationc         C   s0   t  j t t  j j ƒ t  j t t  j j ƒ d  S(   N(   R   t   registerR   t   Tagst   adminR   (   t   self(    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/admin/apps.pyt   ready   s    (   t   __name__t
   __module__t   __doc__t   namet   _t   verbose_nameR   (    (    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/admin/apps.pyR      s   t   AdminConfigc           B   s   e  Z d  Z d „  Z RS(   s9   The default AppConfig for admin which does autodiscovery.c         C   s$   t  t |  ƒ j ƒ  |  j j ƒ  d  S(   N(   t   superR   R   t   modulet   autodiscover(   R
   (    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/admin/apps.pyR      s    (   R   R   R   R   (    (    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/admin/apps.pyR      s   N(   t   django.appsR    t   django.contrib.admin.checksR   R   t   django.coreR   t   django.utils.translationR   R   R   R   (    (    (    s;   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/admin/apps.pyt   <module>   s
   