Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pycloudinary does not implement Django's storage API #37

Open
omerzimp opened this issue Jul 14, 2014 · 7 comments
Open

pycloudinary does not implement Django's storage API #37

omerzimp opened this issue Jul 14, 2014 · 7 comments

Comments

@omerzimp
Copy link

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 for details.

@omerzimp omerzimp changed the title pycloudinary does not implement Django' pycloudinary does not implement Django's storage API Jul 14, 2014
@bufke
Copy link

bufke commented Jan 21, 2016

Has anyone started work on this? I was thinking about it. May or may not have the time to do so.

@thedrow
Copy link

thedrow commented Apr 5, 2016

I don't think anyone has.

@tocker
Copy link
Contributor

tocker commented Apr 23, 2016

@omerzimp, @bufke and @thedrow - We are looking into it.

@klis87
Copy link

klis87 commented Aug 17, 2016

If anyone still needs Cloudinary storages, I've made a package providing those (both for static and media files) - https://github.com/klis87/django-cloudinary-storage . It also has management commands to clean unnecessary files. I hope you will find it useful.

@shangxiao
Copy link

Using the storages api is definitely the "django way" to handle media and should be a priority as it means that it would work well with a lot of other supplied & 3rd party components.

I'm unfortunately forced to add this caveat to recommendations that I give to colleagues & folks on the django irc which is a shame because the platform itself is nice. (Although django-cloudinary-storage does look promising!)

@pfcodes
Copy link

pfcodes commented Oct 17, 2022

+1 really need this. All my projects have a local environment which stores media files on my local file system thanks to the Django Storages API. The Cloudinary image field breaks that.

@tommyg-cld
Copy link

@pfcodes can you use https://github.com/klis87/django-cloudinary-storage ?

@tocker tocker removed their assignment Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants