Models and management command to load Chile's Administrative Geographical data from official source.
Using poetry
poetry add django_geo_chile
Using pipenv
pipenv install django_geo_chile
Using pip
pip install django_geo_chile
In settings.py add geo_chile to INSTALLED_APPS
INSTALLED_APPS = [
...
"geo_chile",
]
In terminal run:
python manage.py migrate
In terminal run:
python manage.py load_geo_chile_data