U
    dr                     @   sF   d dl Zd dlmZ d dlmZmZ d dlmZ G dd dej	Z	dS )    N)
validators)
migrationsmodels)timezonec                   @   s  e Zd ZdgZejddejdddddfdejd	dd
fdej	dej
ddfdejddd
fgdddgdhddddejjj fgdejddejdddddfdejddddfdejddddfgddd dejjj fgdejd!dejdddddfd"ejd#d"d
fd$ejejd%d&fd'ejdd(d)d*fd+ejd,dd-d+e gd.fd/ejd-d0dd1fd2ejd-d3dd1fd4ejd5d6dd1fd7ejdd8d9d*fd:ejdd;d<d=fd>ejejd?d&fdejd@dddAdBdCdDfdEejddFddGdAdBdHfgdIdBdJdKdejjj fgdgZdLS )M	Migration)ZcontenttypesZ	__first__Z
PermissionidZIDFT)verbose_name	serializeZauto_createdZprimary_keyname2   )
max_lengthr   content_typezcontenttypes.ContentTypezcontent type)toZ	on_deleter   codenamed   Zcontent_type__app_labelZcontent_type__model)r   r   Z
permissionpermissions)ZorderingZunique_togetherr   verbose_name_pluralZobjects)r
   fieldsoptionsZmanagersGroupP   )uniquer   r   zauth.Permission)r   r   blankgroupgroups)r   r   ZUserpassword   Z
last_loginz
last login)defaultr   Zis_superuserzPDesignates that this user has all permissions without explicitly assigning them.zsuperuser status)r   	help_textr   usernamezERequired. 30 characters or fewer. Letters, digits and @/./+/-/_ only.   )r   r   r   r   r   Z
first_namez
first name)r   r   r   	last_namez	last nameemailK   zemail addressZis_staffz9Designates whether the user can log into this admin site.zstaff statusZ	is_activeactivezeDesignates whether this user should be treated as active. Unselect this instead of deleting accounts.)r   r   r   Zdate_joinedzdate joinedz
auth.GroupZuser_setuserzaThe groups this user belongs to. A user will get all permissions granted to each of their groups.)r   r   r   related_namerelated_query_namer   Zuser_permissionszuser permissionsz#Specific permissions for this user.)r   r   r   r   r&   r'   ZAUTH_USER_MODELZusers)Z	swappabler   r   N)__name__
__module____qualname__Zdependenciesr   ZCreateModelr   Z	AutoFieldZ	CharFieldZ
ForeignKeyZCASCADEdjangocontribauthZPermissionManagerZManyToManyFieldZGroupManagerZDateTimeFieldr   nowZBooleanFieldr   ZUnicodeUsernameValidatorZ
EmailFieldZUserManager
operations r0   r0   O/tmp/pip-unpacked-wheel-7vj2equ7/django/contrib/auth/migrations/0001_initial.pyr      sF  	%
  	        qr   )
Zdjango.contrib.auth.modelsr+   Zdjango.contrib.authr   Z	django.dbr   r   Zdjango.utilsr   r   r0   r0   r0   r1   <module>   s   