skoczen / django-ajax-uploader

Ajax-based, multiple-upload django class with pluggable backends, and subclass goodness.
Other
281 stars 89 forks source link

Remove print statements for boto warning #59

Open denibertovic opened 10 years ago

denibertovic commented 10 years ago

views/s3.py should remove print statements warning that boto is not installed. This should use a proper logger so that this can be silenced.

Or remove altogether. I'm using the local backend and getting these warnings for some reason.

skoczen commented 10 years ago

Seems reasonable to me - mind submitting a quick PR?

denibertovic commented 10 years ago

will do.

skoczen commented 9 years ago

Just a ping on this - if you've got time for the PR, it's still welcome!