U
    zg                     @   s&   d dl mZmZ G dd dejZdS )    )
migrationsmodelsc                   @   s   e Zd ZdZ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diddd
dfdej	ddfdejdddfdejdddfdejdddfde fdejddfdejddfdejddfd ejddfd!ej	d"d#d$fgd%d&id'gZd(S ))	MigrationTAccountidFID)auto_createdprimary_key	serializeverbose_namepassword   )
max_lengthr   emailuniquez$User with this email already exists.<   )error_messagesr   r   r   username   )r   date_joinedzdate joined)auto_now_addr   
last_loginz
last login)auto_nowr   last_logoutzlast logout)nullr   last_home_visitis_admin)default	is_activeis_staffis_superuseraccount_statusnormald   )r   r   db_tableaccount)namefieldsoptionsN)__name__
__module____qualname__initialdependenciesr   CreateModelr   BigAutoField	CharField
EmailFieldDateTimeFieldBooleanField
operations r5   r5   P/home/richestsoft/Projects/NewRankTracker/api/account/migrations/0001_initial.pyr      s.   
 r   N)	django.dbr   r   r   r5   r5   r5   r6   <module>   s   