Configuring Django to Serve Media Files Via S3: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
No edit summary
 
Line 4: Line 4:
How to configure Django web applications to serve media files using AWS S3 buckets.
How to configure Django web applications to serve media files using AWS S3 buckets.


== Workflow ==
[https://www.caktusgroup.com/blog/2014/11/10/Using-Amazon-S3-to-store-your-Django-sites-static-and-media-files/ Using Amazon S3 to Store your Django Site's Static and Media Files]  (Caktus Group) contains all the necessary steps. Followed them all and it just worked.
== Notes ==
== Notes ==



Latest revision as of 22:23, 12 February 2016

Overview[edit]

How to configure Django web applications to serve media files using AWS S3 buckets.

Workflow[edit]

Using Amazon S3 to Store your Django Site's Static and Media Files (Caktus Group) contains all the necessary steps. Followed them all and it just worked.

Notes[edit]

See also[edit]