Hacker News new | ask | show | jobs
by infecto 4466 days ago
Checkout something like this.

https://github.com/antonagestam/collectfast

The problem is collectstatic will use modified date. When sending to S3 this means the entire static pipeline is uploaded each time. Packages like collectfast use the hash to look for difference and only uploads those files. Works reasonably well. We have had a few issues along the way that we have had to work through but its a start.

1 comments

that looks awesome, definitely going to give it a try. Thanks!