Codenerix Geodata is a module that enables CODENERIX to manage geographical data on serveral platforms in a general manner.
Project description
GEODATA is a module that enables CODENERIX.com to work with Geographical data. It includes models for geolocation (Continents, Countries, Regions, cities, time zones, etc) and data gotten from https://www.maxmind.com/
Demo
You can have a look to our demo online.
You can find some working examples in GITHUB at django-codenerix-examples project.
Quickstart
Install this package:
For python 2: sudo pip2 install django-codenerix-geodata For python 3: sudo pip3 install django-codenerix-geodata
Add “codenerix_geodata” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_geodata', ]
- Add the param in setting:
# list of languages available for the translation of the content of the models LANGUAGES_DATABASES = [‘ES’, ‘EN’]
Since Codenerix Geodata is a library, you only need to import its parts into your project and use them.
Documentation
Coming soon… do you help us? Centrologic
Commercial support
This project is backed by Centrologic. You can discover more in CODENERIX.com. If you need help implementing or hosting django-codenerix-geodata, please contact us: http://www.centrologic.com/contacto/
Credits
The geographical data are offered by Maxmind, which is made available under Creative Commons Attribution 3.0
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 Distributions
Built Distribution
Hashes for django_codenerix_geodata-1.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c44e31d790df9b4296e2b287df0cc6d2fbaba0a5ce13fbe0f277b439e24a3436 |
|
MD5 | 495e1ab59a200176573cce3fb5ba40f0 |
|
BLAKE2b-256 | 835de9750dc17112645c7c491c1bf710a88939f7fc533993627e46b93b6d08be |