File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments