Yomes

Results 15 comments of Yomes

Hey @Emixam23, seems like there's another pack you should download to make it work, take a look at this and let me know if this clarifies https://www.dropbox.com/s/zd4ikxxuaixkagl/nOoFF.png?dl=0 One is official...

Sounds good!

Please try adding `required=False` to `CloudinaryFileField` parameters, e.g. ``` logo = CloudinaryFileField( options={'quality': 5 }, required=False ) ``` Since, `CloudinaryFileField` is a child class of `forms.FileField`, checkbox input to clear...