U
    VÉc«  ã                   @   s4   d dl Z ddlmZ d dlmZ dd„ Zdd„ ZdS )	é    Né   )Úconf)Úserializersc                 C   s6   | j  tj¡st d¡‚| jdtj kr2t d¡‚| S )NúImage format is not supportedé   úImage size is too large)ÚnameÚendswithr   Úallowed_formats_for_imager   ÚValidationErrorÚsizeÚmaximum_image_size)Úimage© r   ú7/var/www/wikiazma_server/public_resources/validators.pyÚimage_validator   s
    

r   c                 C   sÖ   | d }| d dkrH|j  tj¡s,t d¡‚|jdtj krÒt d¡‚nŠ| d dkrˆ|j  tj¡slt d¡‚|jdtj	 krÒt d	¡‚nJ| d d
krÈ|j  tj
¡s¬t d¡‚|jdtj krÒt d¡‚n
t d¡‚d S )NÚfileÚ	file_typer   r   r   r   ZaudiozAudio format is not supportedzAudio size is too largeZvideozVideo format is not supportedzVideo size is too largezEnter a valid file_type)r   r	   r   r
   r   r   r   r   Zallowed_formats_for_audioZmaximum_audio_sizeZallowed_formats_for_videoZmaximum_video_size)Údatar   r   r   r   Úfile_validator   s"    


r   )ÚreÚ r   Úrest_frameworkr   r   r   r   r   r   r   Ú<module>   s   	