coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
921 stars 375 forks source link

Import all postal codes #136

Closed erwinfeser closed 7 years ago

erwinfeser commented 7 years ago

Progress bar shows postal codes being imported but they are not really imported because of this. Another alternative is to be more explicit in the documentation, but I think it is better to import "all" when you run:

./manage.py cities --import all
coderholic commented 7 years ago

Yeah lgtm. Can't remember why it defaulted to none. This behavior is probably more inline with what people expect.