coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
920 stars 374 forks source link

Honor verbosity in management command #167

Closed lockie closed 7 years ago

lockie commented 7 years ago

Hello! Sometimes (e.g. in install scripts or Docker environments) the fancy progress bar is not desirable. This little PR adds ability to turn it off when needed, using conventional --verbosity switch.

blag commented 7 years ago

I like this, but I think a --quiet or --silent switch is easier to understand instead of setting --verbosity=0. Can you rewrite it to use that instead? I'm happy to merge it in once you do. Thanks!

lockie commented 7 years ago

Okay sure.

blag commented 7 years ago

Thanks!

lockie commented 7 years ago

Thank you :)