ó
i4Vdc           @  sC   d  d l  m Z d  d l m Z m Z d e j f d     YZ d S(   i˙˙˙˙(   t   unicode_literals(   t
   migrationst   modelst	   Migrationc           B  sV  e  Z d* g Z e j d d d d e j d d d e d	 e d
 e  f d e j	 d d d d d e  f d e j	 d d d d  f d e j
 d d d e  f d e j d e d d  f d e j	 d d d d d d d e  f d e j d e d d d d  f d  e j d d  d d   f g d! i d+ d" 6d# d$ 6d% d& 6d' d( 6d) e j f  g Z RS(,   u   sitesu   0001_initialt   nameu   FlatPaget   fieldsu   idt   verbose_nameu   IDt	   serializet   auto_createdt   primary_keyu   urlt
   max_lengthid   u   URLt   db_indexu   titleiČ   u   contentt   blanku   enable_commentst   defaultu   enable commentsu   template_namet	   help_textum   Example: 'flatpages/contact_page.html'. If this isn't provided, the system will use 'flatpages/default.html'.iF   u   template nameu   registration_requireduG   If this is checked, only logged-in users will be able to view the page.u   registration requiredt   tou
   sites.Sitet   optionsu   orderingu   django_flatpageu   db_tableu	   flat pageu   verbose_nameu
   flat pagesu   verbose_name_pluralt   bases(   u   sitesu   0001_initial(   u   url(   t   __name__t
   __module__t   dependenciesR   t   CreateModelR   t	   AutoFieldt   Falset   Truet	   CharFieldt	   TextFieldt   BooleanFieldt   ManyToManyFieldt   Modelt
   operations(    (    (    s~   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/flatpages/migrations/0001_initial.pyR      s*   		'!	!
N(   t
   __future__R    t	   django.dbR   R   R   (    (    (    s~   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/flatpages/migrations/0001_initial.pyt   <module>   s   