Re: Collectstatic and determine which files need to be updated by comparing their checksum

2016-04-15 Thread Daniel Blasco
Thanks Tim for the info. This is the discussion mentioned in the ticket (from 2012) https://groups.google.com/d/topic/django-developers/vtMVq8jwnf8/discussion The solutions that ptone suggests in the ticket don't really work for Heroku. Also, to sync static files from local is not a good soluti

Re: Collectstatic and determine which files need to be updated by comparing their checksum

2016-04-14 Thread Tim Graham
A proposal to use checksums was closed as wontfix in https://code.djangoproject.com/ticket/19021. On Thursday, April 14, 2016 at 1:16:39 PM UTC-4, bliy...@rentlytics.com wrote: > > This makes a lot of sense to me. > > On Tuesday, April 12, 2016 at 9:07:51 AM UTC-7, Daniel Blasco wrote: >> >> Hi,

Re: Collectstatic and determine which files need to be updated by comparing their checksum

2016-04-14 Thread bliyanage
This makes a lot of sense to me. On Tuesday, April 12, 2016 at 9:07:51 AM UTC-7, Daniel Blasco wrote: > > Hi, > > I posted this in django-users but I think that it goes better here. > > > I'm using django-storages to upload my static files to Amazon S3 and I'm > serving my application from Heroku

Re: Collectstatic and determine which files need to be updated by comparing their checksum

2016-04-14 Thread bliyanage
On Tuesday, April 12, 2016 at 9:07:51 AM UTC-7, Daniel Blasco wrote: > > Hi, > > I posted this in django-users but I think that it goes better here. > > > I'm using django-storages to upload my static files to Amazon S3 and I'm > serving my application from Heroku. > > In my local development, w

Collectstatic and determine which files need to be updated by comparing their checksum

2016-04-12 Thread Daniel Blasco
Hi, I posted this in django-users but I think that it goes better here. I'm using django-storages to upload my static files to Amazon S3 and I'm serving my application from Heroku. In my local development, when I run collectstatic for a second time just after the first one, no files are being