Django : Accelerate the collection of static files on AWS S3

Posted on Fri 23 February 2024 in development • Tagged with django, aws

Our strategy for making the collection of static files from a Django application on AWS S3 much faster and more economical.


Continue reading

Django: automatically migrate between git checkouts

Posted on Wed 14 February 2024 in development • Tagged with django, git

How to use git hooks to automatically reset your database state to one compatible with the branch you are checking.


Continue reading