o
    >9h                     @   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gZejddejdddddfdejg d	d
dddfdejdddfdej	dddfdejddddfdej
dddfdejddfdejddfgd d!d"d#gZd$S )%	Migration)events+0021_alter_gallery_unique_together_and_moreSectionImageidTFID)auto_createdprimary_key	serializeverbose_namesection))join_communityzJoin Community Section)aboutzAbout Section)herozHero Section)eventzEvent Sectionz.The section where this image will be displayed2   )choices	help_text
max_lengthuniquetitlez!A descriptive title for the imaged   )r   r   imagez3Image for the section (recommended size: 800x600px)zsection_images/)r   	upload_tocaptionzOptional caption for the image   )blankr   r   	is_activez Only active images will be shown)defaultr   
created_at)auto_now_add
updated_at)auto_nowzSection ImagezSection Images)r   verbose_name_plural)namefieldsoptionsN)__name__
__module____qualname__dependenciesr   CreateModelr   BigAutoField	CharField
ImageFieldBooleanFieldDateTimeField
operations r4   r4   A/var/www/html/bloggers_ems/events/migrations/0022_sectionimage.pyr      s&    r   N)	django.dbr   r   r   r4   r4   r4   r5   <module>   s   