You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Do you think this case also could be covered by a HashStrategy? Maybe the abstraction need to be one level higher, something like ShouldCopyStrategy? (terrible name, sorry)
As for 1. vs 2., I don't have strong opinions. If we introduce the concept of pluggable strategies, maybe it can be made configurable? I guess both wouldn't have to be implemented initially, you could start with the strategy that will work best for you.
(I'll gladly make a PR, just let me know which solution you prefer).
When we are using a standard file system storage, no e-tags are created and so files are always "stale". There's two things we can do here:
call_command
to invoke Django's collectstaticRight now, all files are always copied, which is worse then the original command.
The text was updated successfully, but these errors were encountered: