cloudinary / cloudinary/pycloudinary
pycloudinary does not implement Django's storage API
Open
enhancement
- Dominant language
- Python
- Stars
- 262
- Forks
- 134
- Avg merge
- 5h 6m
- Merged PRs (30d)
- 5
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.