Storing images (or files) on S3 with Django

There comes a time when you need to upload stuff to your server via your Django app. You can upload it to the machine serving up your app (which isn’t a good idea in most cases) or upload it to a server/service which specializes in delivering you content »