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

2016-04-12 Thread Daniel Blasco
Hi, In my particular case, I'm using django-storages to upload my static files to Amazon S3. 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 uploaded to S3 because collectstatic checks for

Test Client response.json() UnicodeDecodeError

2016-03-31 Thread Daniel Blasco
Hi, I'm testing the REST API of my application and I found an error that I think that's a Django's issue. I'm using: - Django==1.9.4 - djangorestframework==3.3.3 I have set the rest framework setting UNICODE_JSON to True. When i'm testing a JSON response that contains a special charact

Re: how to evaluate "cities/countries of the world" static table for an application.

2013-02-26 Thread Daniel Blasco
That's great Mattias. On Tuesday, February 26, 2013 3:52:48 PM UTC, Mattias Linnap wrote: > > https://github.com/coderholic/django-cities parses the GeoNames > export, and makes it very easy to integrate into Django apps. > > On Tue, Feb 26, 2013 at 11:32 AM, Daniel

Re: how to evaluate "cities/countries of the world" static table for an application.

2013-02-26 Thread Daniel Blasco
This is a useful resource http://download.geonames.org/export/dump/ On Monday, February 25, 2013 7:05:54 AM UTC, Fatih Tiryakioglu wrote: > > Hello all, > > Is there any shortcut for evaluating such a database table, or should I > collect myself all this information. Please help. If you prefer a