Skip to content

Commit bc0f0ea

Browse files
authored
adds django s3 resource
1 parent 9a20335 commit bc0f0ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/pages/04-web-development/02-django.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ to handle these files properly.
270270
* [Loading Django FileField and ImageFields from the file system](http://www.revsys.com/blog/2014/dec/03/loading-django-files-from-code/)
271271
shows how to load a model field with a file from the file system.
272272

273+
* [Storing Django Static and Media Files on Amazon S3](https://testdriven.io/storing-django-static-and-media-files-on-amazon-s3)
274+
shows how to configure Django to load and serve up static and media files, public and private, via an Amazon S3 bucket.
275+
273276

274277
## Open source Django example projects
275278
* [Browser calls with Django and Twilio](https://www.twilio.com/docs/howto/walkthrough/browser-calls/python/django)

0 commit comments

Comments
 (0)