Django File Relative
项目描述
django-file
Django File Relative
安装
pip install django-file
用法
from django_file import calculate_md5
def xxx(request):
photo = request.FILES.get('photo', '')
# if photo:
# md5 = calculate_md5(photo)
md5 = calculate_md5(photo)
项目详情
关闭
django-file-1.0.6.tar.gz的哈希
算法 | 哈希摘要 | |
---|---|---|
SHA256 | f77dd4d923dde0754731377ec5c51703d407197545fa03cc00eff5e4d89e7b0e |
|
MD5 | dd0ab1a90e20ea84a799f5995d544fd4 |
|
BLAKE2b-256 | 1ea6cfd511852a69a0593c4c6936893440b9ea56f7ca85fecb2532216a7e7096 |