Posts Tagged ‘S3’

Bookmarks for February 11th through February 26th

Links for February 11th through February 26th

Using Django’s ImageField with S3Storage

I wanted to add a django ImageField to a project I’m working on and have that upload to Amazon’s S3.  It is relatively easy to do thanks to the storage type on the field.  As a matter of fact it is as simple as this:  http://blog.dev360.com/category/django/
The gotcha here is that the S3Storage component takes a [...]