We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f144d9b + 47b3dd0 commit 5a4b15cCopy full SHA for 5a4b15c
content/pages/05-deployment/03-static-content.markdown
@@ -57,6 +57,9 @@ Amazon S3 and other content delivery networks.
57
provide their perspectives in this piece:
58
[CDN experts on CDNs](https://www.maxcdn.com/blog/cdn-experts-on-cdns/).
59
60
+* [Serving Static Files from Flask with WhiteNoise and Amazon CloudFront](https://testdriven.io/blog/flask-static-files-whitenoise-cloudfront/)
61
+ looks at how to manage static files with Flask, WhiteNoise, and
62
+ Amazon CloudFront.
63
64
## Static content learning checklist
65
1. Identify a content delivery network to offload serving static content
0 commit comments