After some unsuccess search I decide to created a project on Github and publish it as a package with a MIT licence in pypi.
Regions data are based in http://techydiary.com/region-yaml-for-django-fixtures/.
Django Countries package is used to handle countries.
Note: Currently this package don’t use GeoDjango neither map data.
Installation
- pip install django-world-regions
- Add world_regions to INSTALLED_APPS
- python manage.py migrate
Usage
from world_regions.models import Region region = Region.objects.get(countries__country='US') print region.name
No hay comentarios:
Publicar un comentario