ó
i4Vdc           @   sz   d  d l  m Z d  d l m Z d  d l m Z d  d l m Z d  d l m	 Z
 d d l m Z d e f d	 „  ƒ  YZ d
 S(   iÿÿÿÿ(   t	   AppConfig(   t   check_user_model(   t   checks(   t   post_migrate(   t   ugettext_lazyi   (   t   create_permissionst
   AuthConfigc           B   s#   e  Z d  Z e d ƒ Z d „  Z RS(   s   django.contrib.auths    Authentication and Authorizationc         C   s-   t  j t d d ƒt j t t j j ƒ d  S(   Nt   dispatch_uids1   django.contrib.auth.management.create_permissions(   R   t   connectR   R   t   registerR   t   Tagst   models(   t   self(    (    sf   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/auth/apps.pyt   ready   s    (   t   __name__t
   __module__t   namet   _t   verbose_nameR   (    (    (    sf   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/auth/apps.pyR   
   s   N(   t   django.appsR    t   django.contrib.auth.checksR   t   django.coreR   t   django.db.models.signalsR   t   django.utils.translationR   R   t
   managementR   R   (    (    (    sf   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/auth/apps.pyt   <module>   s   