o
    ^h                     @   s   d dl mZ d dlmZ d dlmZmZ d dlmZm	Z	m
Z
 d dlmZ d dlmZ d dlmZ d dlmZ G d	d
 d
ejZG dd dejZG dd dejZG dd deZdS )    )models)Page)StreamFieldRichTextField)
FieldPanelMultiFieldPanelInlinePanel)DocumentChooserBlock)blocks)ParentalKey)ClusterableModelc                	   @   sH   e Zd ZejdddZeedejdddfgZG dd dZ	dS )	SkillCategoryTz&Category name (e.g. Frontend, Backend)required	help_textnamezSkill name (e.g. React, Django)c                   @      e Zd ZdZdZdS )zSkillCategory.Metaz about/blocks/skill_category.htmlzlist-ulN__name__
__module____qualname__templateicon r   r   */var/www/html/ndineBlogger/about/models.pyMeta       r   N)
r   r   r   r
   	CharBlockr   	ListBlockStructBlockskillsr   r   r   r   r   r      s    r   c                   @   R   e Zd ZejddZejddZejdddZejdg ddZ	G dd dZ
d	S )
WorkExperienceBlockTr   ze.g. 2022 - Presentr   bolditalicolullinkr   featuresc                   @   r   )zWorkExperienceBlock.Metaz!about/blocks/work_experience.htmldateNr   r   r   r   r   r      r   r   N)r   r   r   r
   r   rolecompanyperiodRichTextBlockdescriptionr   r   r   r   r   r"          r"   c                   @   r!   )
EducationBlockTr#   ze.g. 2011-2015r   r$   r*   c                   @   r   )zEducationBlock.Metazabout/blocks/education.html	educationNr   r   r   r   r   r   '   r   r   N)r   r   r   r
   r   degreeinstitutionr/   r0   r1   r   r   r   r   r   r3   !   r2   r3   c                   @   s   e Zd ZejdddejddZejddZe	dddZ
e	dd	dZejd
ddejddZede fgdddZede fgdddZede fgdddZejeedededededgddedddedddedddg ZdS )	AboutPagezwagtailimages.ImageT+)nullblank	on_deleterelated_namez#A brief introduction about yourself)r   z4Additional details about your expertise and approach)r:   r   z1Personal interests and activities outside of workzwagtaildocs.Documentabout_resumesskill_category)use_json_fieldr:   
experiencer4   profile_imagebiobio_detailspersonal_inforesumezBasic Information)headingr    zSkills & Expertisework_experiencezWork Experience	EducationN)r   r   r   r   
ForeignKeySET_NULLrA   	TextFieldrB   r   rC   rD   rE   r   r   r    r"   rG   r3   r4   r   content_panelsr   r   r   r   r   r   r7   +   sn    	



r7   N)	django.dbr   wagtail.modelsr   wagtail.fieldsr   r   wagtail.admin.panelsr   r   r   wagtail.documents.blocksr	   wagtailr
   modelcluster.fieldsr   modelcluster.modelsr   r   r   r"   r3   r7   r   r   r   r   <module>   s    

