[Django]-Override Model.save() for FileField handled by Boto — Django

0👍

You can overide the storage backend with a custom backend with an app like django-storages http://django-storages.readthedocs.org/en/latest/index.html which even supports amazon s3 once they upload you can get the url of the file easily

Leave a comment