validators.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:alexandriadocs 作者: srtab 项目源码 文件源码
def __call__(self, value):
        # Check the content type
        mimetype = magic.from_buffer(value.read(1024), mime=True)
        if self.allowed_mimetypes and mimetype not in self.allowed_mimetypes:
            message = self.mime_message % {
                'mimetype': mimetype,
                'allowed_mimetypes': ', '.join(self.allowed_mimetypes)
            }
            raise ValidationError(message)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号