根据文件类型显示图标

时间:2019-02-20 01:30:29

标签: django

我要显示附件图标(根据文件类型)。

def __str__(self):
    return format_html('<a href="%s"><img src="%s" width="300" height="300" /></a></br>' % (self.attach_file.url,icon/file/path,))

为此,我必须保留文件图标。有没有更好的方法来获取django中的图标?

0 个答案:

没有答案