Pluggable django apps provide indonesian regions database.
The data originally was from Wilayah Administratif Indonesia.
-
Install it through pip.
$ pip install django-indonesia-regions --upgrade
-
Add
djindonesiaregions
to yourINSTALLED_APPS
setting like this.INSTALLED_APPS = [ ... 'djindonesiaregions', ]
-
Run
python manage.py migrate
to create the region models and load the data.