coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
923 stars 371 forks source link

Fixes #189 #190

Closed ScottEAdams closed 6 years ago

ScottEAdams commented 6 years ago

Fixes logic so that all "filenames" are downloaded.

CITIES_FILES = {
    'city': {
       'filenames': [
           "cities1000.zip",
           "US.zip",
           "GB.zip",
           "SE.zip",
           "FI.zip",
           "NO.zip"
       ],
       'urls':      ['http://download.geonames.org/export/dump/'+'{filename}']
    },
}
blag commented 6 years ago

Can you rebase this on master and do a force push? I just added a commit that should fix the tests. It should merge cleanly.

ScottEAdams commented 6 years ago

https://github.com/coderholic/django-cities/pull/191