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 🍷
Release files for django-geo-chile 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-geo-chile-1.0.2.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_geo_chile-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.0 kB
Release files / django-geo-chile-1.0.2.tar.gz
| Download URL | django-geo-chile-1.0.2.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e5ecab0417488d2ca928d281d79874f40cbaa139da57e9e06b9728258e475e2
|
|
BLAKE2b-256 checksum How to use checksums |
9bcf0cad45a0bea15298ca08feda2b73b986a3283cd1e7868fb113e841b896f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.2 CPython/3.7.6 Darwin/19.5.0
|
Release files / django_geo_chile-1.0.2-py3-none-any.whl
| Download URL | django_geo_chile-1.0.2-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
87c3f356ee3d066fee8bfca3e92aadf05dbce8cbb5f638510c390961f07b9489
|
|
BLAKE2b-256 checksum How to use checksums |
eeb02e71c7c3f4adcfd2c9bacbc842bf4b4088e862695ca7ae47531d90ce0e06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.2 CPython/3.7.6 Darwin/19.5.0
|