o
    WfO                     @   sL   d dl mZ d dlmZ d dlmZmZmZ d dlm	Z	 G dd de	Z
dS )    )models)CASCADE)	AutoField	CharField	DateField)AbstractUserc                   @   s~   e Zd ZdZejdedZejddddZejddddZ	ejddddZ
ejddddZejdd	ddd
ZejdddZdS )User))   Admin)   r   )   Driverr	   )defaultchoices   T)
max_lengthblanknull
   user_profile )	upload_tor   r   r   )r   r   N)__name__
__module____qualname__user_type_datar   IntegerField	user_typer   emailnamepasswordmobile
ImageFieldprofile_pic	fcm_token r%   r%   P/media/darth/New Volume E/PROJECTS/DRIVERZZ/DRIVERZZ_DATABASE/accounts/models.pyr   	   s    r   N)	django.dbr   django.db.models.deletionr   django.db.models.fieldsr   r   r   django.contrib.auth.modelsr   r   r%   r%   r%   r&   <module>   s
    