Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keda87/django-indonesia-regions
Pluggable django apps provide indonesian regions database
https://github.com/keda87/django-indonesia-regions
django hacktoberfest indonesia indonesian-regions-database locations regions
Last synced: 2 months ago
JSON representation
Pluggable django apps provide indonesian regions database
- Host: GitHub
- URL: https://github.com/keda87/django-indonesia-regions
- Owner: Keda87
- License: mit
- Created: 2016-06-22T17:10:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T14:17:51.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T07:14:53.074Z (3 months ago)
- Topics: django, hacktoberfest, indonesia, indonesian-regions-database, locations, regions
- Language: Python
- Homepage:
- Size: 982 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-indonesia-regions
[![Build Status](https://travis-ci.org/Keda87/django-indonesia-regions.svg?branch=master)](https://travis-ci.org/Keda87/django-indonesia-regions)Pluggable django apps provide indonesian regions database.
The data originally was from [Wilayah Administratif Indonesia](https://github.com/edwardsamuel/Wilayah-Administratif-Indonesia).
# Quick Start
1. Install it through pip.
$ pip install django-indonesia-regions --upgrade
2. Add `djindonesiaregions` to your `INSTALLED_APPS` setting like this.INSTALLED_APPS = [
...
'djindonesiaregions',
]
3. Run `python manage.py migrate` to create the region models and load the data.# ER Schema
![ER Schema][erd]
[erd]: screenshots/erd.png