hdx-python-country
hdx-python-country copied to clipboard
Option to make `use_live=False` the default?
Hi,
Excellent work on the library, we're finding it incredibly useful in a Django project alongside django_countries to decorate countries with extra region info.
Is there any way to set use_live=False
as the default for queries? We'd like to reduce the amount of external queries we make for performance reasons.
I've searched through the docs and the code and I didn't see anything obvious.