Achieving storage parity in Django with local object storage
In modern Django projects, files uploaded in Production are typically stored in an S3-compatible object storage service. Maintaining different file storage classes for local and production environments often complicates the codebase and can introduce subtle issues that only surface in production. A practical way to avoid this category of problems is to run an object storage service locally as well.