ó
®â0_c           @  su   d  d l  m Z d  d l Z d  d l m Z d  d l m Z m Z d  d l	 m
 Z
 m Z d e j f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   unicode_literalsN(   t
   validators(   t
   migrationst   models(   t   sixt   timezonet	   Migrationc            B  sï  e  Z dQ g Z e j d d d d e j d d d e d	 e d
 e ƒ f d e j	 d d d d ƒ f d e j
 d d d e j d d d d ƒ f d e j	 d d d d ƒ f g d i dR d 6e dS g ƒ d 6d d 6d d 6d d  e j j j j ƒ  f g ƒ e j d d! d d e j d d d e d	 e d
 e ƒ f d e j	 d" e d d# d d ƒ f d e j d d$ d d d% e ƒ f g d i d& d 6d' d 6d d  e j j j j ƒ  f g ƒ e j d d( d d e j d d d e d	 e d
 e ƒ f d) e j	 d d* d d) ƒ f d+ e j d, e j d d- ƒ f d. e j d, e d/ d0 d d1 ƒ f d2 e j	 d/ d3 d" e d d4 d d2 d5 e j rme j ƒ  n	 e j ƒ  g ƒ f d6 e j	 d d4 d d7 d% e ƒ f d8 e j	 d d4 d d9 d% e ƒ f d: e j d d; d d< d% e ƒ f d= e j d, e d/ d> d d? ƒ f d@ e j d, e d dA d/ dB ƒ f dC e j d, e j d dD ƒ f d' e j d dE d d' d% e dF dG dH dI d/ dJ ƒ f dK e j d d$ d dL d% e d/ dM dF dG dH dI ƒ f g d i dN dO 6dI d 6dP d 6d d  e j j j j ƒ  f g ƒ g Z RS(T   u   contenttypesu	   __first__t   nameu
   Permissiont   fieldsu   idt   verbose_nameu   IDt	   serializet   auto_createdt   primary_keyu   namet
   max_lengthi2   u   content_typet   tou   contenttypes.ContentTypet	   on_deletet   to_fieldu   content typeu   codenameid   t   optionsu   content_type__app_labelu   content_type__modelu   orderingu   unique_togetheru
   permissionu   verbose_nameu   permissionsu   verbose_name_pluralt   managersu   objectsu   Groupt   uniqueiP   u   auth.Permissiont   blanku   groupu   groupsu   Useru   passwordi€   u
   last_logint   defaultu
   last loginu   is_superusert	   help_textuP   Designates that this user has all permissions without explicitly assigning them.u   superuser statusu   usernameuE   Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only.i   R   u
   first_nameu
   first nameu	   last_nameu	   last nameu   emailiK   u   email addressu   is_staffu9   Designates whether the user can log into this admin site.u   staff statusu	   is_activeu   activeue   Designates whether this user should be treated as active. Unselect this instead of deleting accounts.u   date_joinedu   date joinedu
   auth.Groupt   related_nameu   user_sett   related_query_nameu   userua   The groups this user belongs to. A user will get all permissions granted to each of their groups.u   user_permissionsu   user permissionsu#   Specific permissions for this user.u   AUTH_USER_MODELu	   swappableu   users(   u   contenttypesu	   __first__(   u   content_type__app_labelu   content_type__modelu   codename(   u   content_typeu   codename(   t   __name__t
   __module__t   dependenciesR   t   CreateModelR   t	   AutoFieldt   Falset   Truet	   CharFieldt
   ForeignKeyt   CASCADEt   sett   djangot   contribt   autht   PermissionManagert   ManyToManyFieldt   GroupManagert   DateTimeFieldR   t   nowt   BooleanFieldR   t   PY3R   t   UnicodeUsernameValidatort   ASCIIUsernameValidatort
   EmailFieldt   UserManagert
   operations(    (    (    sM   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/auth/migrations/0001_initial.pyR   
   s|   		'		!
	'!'
	'	'!!!			
(   t
   __future__R    t   django.contrib.auth.modelsR$   t   django.contrib.authR   t	   django.dbR   R   t   django.utilsR   R   R   (    (    (    sM   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/auth/migrations/0001_initial.pyt   <module>   s
   