3
V7	                 @   s:   d dl mZ d dlmZmZ d dlZG dd dejZdS )    )unicode_literals)models
migrationsNc               @   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	e
jjjddfdejddddf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dej	e
jjjddfdejdddfd ejd!d"d#dd$d d%fd&ejd!d"d'dd(d)d%fgddgdd!d*d+d,ejfd-gZd.S )0	Migrationauth	__first__ZUseridZIDFT)verbose_name	serializeZauto_createdZprimary_keypassword   )
max_lengthr	   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	   email   zemail address)uniquer   r	   Zdb_indexZis_staffz9Designates whether the user can log into this admin site.zstaff statusZ	is_activezfDesignates whether this user should be treated as active.  Unselect this instead of deleting accounts.ZactiveZdate_joinedzdate joinednamegroupsuserZuser_setz
auth.GroupzaThe groups this user belongs to. A user will get all permissions granted to each of their groups.)Zrelated_query_nameZrelated_nameZtoZblankr   r	   Zuser_permissionszauth.Permissionz#Specific permissions for this user.zuser permissionsZAUTH_USER_MODELZusers)ZorderingZabstractr	   Z	swappableZverbose_name_plural)r   fieldsoptionsbasesN)r   r   )__name__
__module____qualname__Zdependenciesr   ZCreateModelr   Z	AutoFieldZ	CharFieldZDateTimeFielddjangoutilstimezonenowZBooleanFieldZ
EmailFieldZManyToManyFieldZModelZ
operations r    r    a/var/www/html/enquirykeeper_venv/lib/python3.6/site-packages/authtools/migrations/0001_initial.pyr      s(   r   )
__future__r   Z	django.dbr   r   Zdjango.utils.timezoner   r   r    r    r    r!   <module>   s   