3
P]D                 @   s2   d dl mZ d dlmZmZ G dd dejZdS )    )unicode_literals)
migrationsmodelsc               @   s~   e Zd ZdZg Zejddejdddddfdej	dd	fd
ej	dd	fdej
dd	fdej
dd	fdej	dd	fgdgZdS )	MigrationT	datatableidFID)auto_createdprimary_key	serializeverbose_name	choice_id   )
max_lengthquestion_id
   choice_text2   question_text   total_countd   )namefieldsN)__name__
__module____qualname__initialdependenciesr   CreateModelr   	AutoFieldIntegerField	CharField
operations r$   r$   I/home/smoucha/Documents/digitalmat/application/migrations/0001_initial.pyr      s   r   N)
__future__r   	django.dbr   r   r   r$   r$   r$   r%   <module>   s   