cloudinary / cloudinary/pycloudinary

pycloudinary does not implement Django's storage API

未关闭
#37 7 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
Python
星标
262
派生
134
平均合并
5 小时 6 分钟
30 天内合并 PR
5

描述

The `CloudinaryField` is not a `FileField` which makes it harder to upload images with Django.
Creating a custom storage backend is not that hard.
See the [documentation](https://docs.djangoproject.com/en/1.7/howto/custom-file-storage/) for details.

贡献指南

打开贡献指南

调研方向

先从 issue 中链接的 Django 自定义文件存储文档开始,然后检查 CloudinaryField 当前如何与 Django 集成。当 CloudinaryField 支持 Django 的存储 API,并且图片上传可以将其用作与 FileField 兼容的存储路径时,工作即告完成;payload 不会指明任何 repository 文件或测试。

由索引模型根据 Issue 内容生成。

评估

技术栈
django, python
领域
backend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。