coderholic / django-cities

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

How to populate only Specific country. #229

Closed MySecondLanguage closed 2 years ago

MySecondLanguage commented 2 years ago

When i run python3 manage.py cities i notice it pullating all the country data. I need only US, how can I do that?

Can anyone help?