I have a question regarding collectstatic
. I'm using Amazon Free Tier and realized that I've exceeded the S3 PUT usage limit because I made several collectstatic
. I was developing one day in the Amazon environment due to laziness and every change in the JS I made, as I did not know how to do collectstatic
of 1 file, I did general.
The most efficient way for small editions is to do collectstatic -i folder/file.png
(in the specific file or folder) or do I need to do general? How can I not overwrite S3 uploads?
I know that I hesitated doing several collectstatic
in "production" environment. But do I need to make all files always?