3
<oeY                 @   s>   d dl Zd dlZd dlmZmZ d dlZG dd dejZdS )    N)
migrationsmodelsc               @   sz  e Zd ZdZdHgZejddejdddddfd	ej	d
d	dfdej
ddddfdejddddfdej	ddidddejjjj gddfdej	ddddfdej	ddddfdejddd dfd!ejdd"d#dfd$ejdd%d&dfd'ej
ejjjd(d)fd*ej	dIdJdKdLgd3d4d5fd6ejd7d8fd9ejdd:d;d<d=d9d>fd?ejdd@d;d<dAdBd>fgd<dCddDdEejjjj fgdFgZdGS )M	MigrationTauth%0012_alter_user_first_name_max_length
CustomUseridFID)auto_createdprimary_key	serializeverbose_namepassword   )
max_lengthr   
last_loginz
last login)blanknullr   is_superuserzPDesignates that this user has all permissions without explicitly assigning them.zsuperuser status)default	help_textr   usernameuniquez)A user with that username already exists.zFRequired. 150 characters or fewer. Letters, digits and @/./+/-/_ only.   )error_messagesr   r   r   
validatorsr   
first_namez
first name)r   r   r   	last_namez	last nameemail   zemail addressis_staffz9Designates whether the user can log into this admin site.zstaff status	is_activezeDesignates whether this user should be treated as active. Unselect this instead of deleting accounts.activedate_joinedzdate joined)r   r   
user_roles0admin1user12user23user3rr   d   )choicesr   r   user_profilezmedia/profile_pic)	upload_togroupszaThe groups this user belongs to. A user will get all permissions granted to each of their groups.user_setuserz
auth.group)r   r   related_namerelated_query_nametor   user_permissionsz#Specific permissions for this user.zauth.permissionzuser permissionsusers)r   verbose_name_pluralabstractobjects)namefieldsoptionsmanagersN)r   r   )r%   r&   )r'   r(   )r)   r*   )r+   r,   )__name__
__module____qualname__initialdependenciesr   CreateModelr   BigAutoField	CharFieldDateTimeFieldBooleanFielddjangocontribr   r   UnicodeUsernameValidator
EmailFieldutilstimezonenow
ImageFieldManyToManyFieldUserManager
operations rU   rU   9/var/www/html/StaffProfile/app/migrations/0001_initial.pyr   	   s.   (r   )django.contrib.auth.modelsrJ   Zdjango.contrib.auth.validators	django.dbr   r   Zdjango.utils.timezoner   rU   rU   rU   rV   <module>   s   