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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-geo-chile-1.0.2.tar.gz
.
File metadata
- Download URL: django-geo-chile-1.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.2 CPython/3.7.6 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e5ecab0417488d2ca928d281d79874f40cbaa139da57e9e06b9728258e475e2 |
|
MD5 | d4ec150d33934ff3d93ebdf1b7c3e6a9 |
|
BLAKE2b-256 | 9bcf0cad45a0bea15298ca08feda2b73b986a3283cd1e7868fb113e841b896f0 |
File details
Details for the file django_geo_chile-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: django_geo_chile-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.2 CPython/3.7.6 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87c3f356ee3d066fee8bfca3e92aadf05dbce8cbb5f638510c390961f07b9489 |
|
MD5 | 89db99ea50026b4a407d8d156a99c883 |
|
BLAKE2b-256 | eeb02e71c7c3f4adcfd2c9bacbc842bf4b4088e862695ca7ae47531d90ce0e06 |