mockenoff/rivaltree

S3 for user uploads

mockenoff opened this issue · 0 comments

Right now we're just using stock ImageField for Django models.

Seems like django-storages could be useful. Maybe django-s3direct.

Also this blog post regarding migrating static and media files to S3 and this one that is a bit more recent.

Might be nice to set up a production and a development bucket or only use S3 for production and development goes to a local upload directory.