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
Research direction
Start with Django's custom file storage documentation linked in the issue, then inspect how CloudinaryField currently integrates with Django. The work is complete when CloudinaryField supports Django's storage API and image uploads can use it as a FileField-compatible storage path; the payload names no repository files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100