o
    <gh	                     @   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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fdejdddddfdej
ddddfdejdddfgdgd d!d"d#ejfd$gZd%S )&	Migration)sites0001_initialFlatPageidIDFT)verbose_name	serializeauto_createdprimary_keyurld   URL)
max_lengthr
   db_indextitle   )r   r
   content)r
   blankenable_commentszenable comments)defaultr
   template_nameuw   Example: “flatpages/contact_page.html”. If this isn’t provided, the system will use “flatpages/default.html”.F   ztemplate name)	help_textr   r
   r   registration_requiredzGIf this is checked, only logged-in users will be able to view the page.zregistration required)r   r   r
   r   z
sites.Site)tor
   django_flatpagez	flat pagez
flat pages)orderingdb_tabler
   verbose_name_plural)namefieldsoptionsbasesN)__name__
__module____qualname__dependenciesr   CreateModelr   	AutoField	CharField	TextFieldBooleanFieldManyToManyFieldModel
operations r2   r2   c/var/www/html/venv/lib/python3.10/site-packages/django/contrib/flatpages/migrations/0001_initial.pyr      s`    
1r   N)	django.dbr   r   r   r2   r2   r2   r3   <module>   s    