Django models for Thailand geography information. This library also includes a command to import geography data from thailand-geography-data/thailand-geography-json
pip install django-thailand-geography
-
Add
thailand_geography
intoINSTALLED_APPS
# settings.py INSTALLED_APPS = [ ... 'thailand_geography', ]
-
Run migration
python manage.py migrate
-
Import data from JSON database
python manage.py import_geo
- Docker
- Python
- Poetry
make migrate
make lint
make test
make yapf