
    ui                     B   d dl mZ d dlmZ  G d dej                        Z G d dej                        Z G d dej                        Z G d	 d
ej                        Z G d dej                        Z	 G d dej                        Z
 G d dej                        Zy)    )models)RichTextFieldc                       e Zd Zg dZ ej
                  ded      Z ej
                  d      Z ej                         Z	d Z
y)	FAQ))generalGeneral)productProduct)paymentPayment)shipmentShipment   r   )
max_lengthchoicesdefault   r   c                     | j                   S )N)questionselfs    ,E:\Akash\Saasvaap\Navya-Bakers\cms\models.py__str__zFAQ.__str__   s    }}    N)__name__
__module____qualname__CATEGORY_CHOICESr   	CharFieldcategoryr   	TextFieldanswerr    r   r   r   r      sP      v H
  v3/HVFr   r   c                   J    e Zd Z e       Z ej                  ddd      Zd Zy)AboutUszabout_us_images/T)	upload_tonullblankc                      y)NzAbout Us Contentr$   r   s    r   r   zAboutUs.__str__   s    !r   N)	r   r   r   r   contentr   
ImageFieldimager   r$   r   r   r&   r&      s%    oGF(:TRE"r   r&   c                        e Zd Z e       Zd Zy)PrivacyPolicyc                      y)NzPrivacy Policy Contentr$   r   s    r   r   zPrivacyPolicy.__str__"   s    'r   Nr   r   r   r   r+   r   r$   r   r   r/   r/      s    oG(r   r/   c                        e Zd Z e       Zd Zy)TermsAndConditionsc                      y)NzTerms and Conditions Contentr$   r   s    r   r   zTermsAndConditions.__str__)   s    -r   Nr1   r$   r   r   r3   r3   &   s    oG.r   r3   c                        e Zd Z e       Zd Zy)ReturnPolicyc                      y)NzReturn Policy Contentr$   r   s    r   r   zReturnPolicy.__str__/   s    &r   Nr1   r$   r   r   r6   r6   ,   s    oG'r   r6   c                   Z    e Zd Z ej                  d      Z ej                         Zd Zy)	ContactUsr   r   c                      y)Nz
Contact Usr$   r   s    r   r   zContactUs.__str__6   s    r   N)	r   r   r   r   r    phone_number
EmailFieldemailr   r$   r   r   r9   r9   2   s)    #6##r2LFEr   r9   c                   V    e Zd Z ej                         Z ej                         Zd Zy)AppUrlc                      y)NzApp URL Linksr$   r   s    r   r   zAppUrl.__str__=   s    r   N)r   r   r   r   URLFieldplaystore_linkappstore_linkr   r$   r   r   r?   r?   9   s#    $V__&N#FOO%Mr   r?   N)	django.dbr   ckeditor.fieldsr   Modelr   r&   r/   r3   r6   r9   r?   r$   r   r   <module>rG      s{     )&,, &"fll "(FLL (. .'6<< ' V\\ r   