I\'m using django-storages for static files with S3 (and S3BotoStorage). When I do collectstatic from my local machine, the behaviour is as expected, where only modified files a
Why not run collectstatic from local machine?
python manage.py collectstatic --noinput --settings=settings.[prod]