a
    fJeq                     @   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g d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,d/dd0fd1ejd,d2dd0fd3ejd4d5dd0fd6ejdd7d8d)fd9ejdd:d;d<fd=ejejd>d%fdejd?ddd@dAdBdCfdDejddEddFd@dAdGfgdHdAdIdJdejjj fgdgZdKS )L	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__modelr   )r   r   Z
permissionZ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 r/   r/   m/var/www/test.vcks.de/backend/venv/lib/python3.9/site-packages/django/contrib/auth/migrations/0001_initial.pyr      s,  	%
	qr   )
Zdjango.contrib.auth.modelsr*   Zdjango.contrib.authr   Z	django.dbr   r   Zdjango.utilsr   r   r/   r/   r/   r0   <module>   s   