Skip to main content

Models and management command to load Chile's Administrative Geographical data from official source.

Project description

Django Geo Chile 🇨🇱

Models and management command to load Chile's Administrative Geographical data from official source.

Getting Started

1) Download package

Using poetry

poetry add django_geo_chile

Using pipenv

pipenv install django_geo_chile

Using pip

pip install django_geo_chile

2) Add to settings

In settings.py add geo_chile to INSTALLED_APPS

INSTALLED_APPS = [
    ...
    "geo_chile",
]

3) Create database tables

In terminal run:

python manage.py migrate

4) Load data

In terminal run:

python manage.py load_geo_chile_data

5) Drink Wine 🍷

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-geo-chile-1.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

django_geo_chile-1.0.2-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page