Re: Making Django more PaaS-friendly

2016-04-14 Thread Curtis Maloney
On 14/04/16 05:57, Carl Meyer wrote: Hi James et al, In general, I like the idea of adding a helper to Django to read settings from the environment. I think this helper should be kept as simple and non-magical as is reasonable. Thus: - I'm in favor of a flexible helper function that can be manu

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: Django template 'if ... is' feature design

2016-04-14 Thread Tim Graham
Hi Sven, Here are some examples of when the "is" operator isn't equivalent to "==". http://stackoverflow.com/questions/3647692/when-is-the-operator-not-equivalent-to-the-is-operator-python Preston (author of the patch to add the "is" operator [0]) indicated support for "is" was necessary for tem

Re: Django template 'if ... is' feature design

2016-04-14 Thread Stephen Kelly
Sven R. Kunze wrote: > Good evening everybody. That's my first post here, so let's how this > works. :) > > This particular discussion caught my sight as it might introduce something > really "low-level" functionality into the template engine. As far as I understand from https://github.com/dja

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