Serving static-files in prod: Django recommends using either Nginx or a CDN; django-storages
shows how to store your static files in AWS S3; this step-by-step tutorial shows how to do it all from setting up the S3 bucket to the Django configs (remember to set CORS headers on your bucket), and this one breaks down how to serve up said static files from behind Cloudflare.
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.