Codenerix Geodata is a module that enables CODENERIX 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 demos 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?
You can get in touch with us here.
Credits
The geographical data are offered by Maxmind, which is made available under Creative Commons Attribution 3.0
Release files for django-codenerix-geodata 4.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_codenerix_geodata-4.0.7.tar.gz | 1.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_codenerix_geodata-4.0.7-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size:2.8 MB
Release files / django_codenerix_geodata-4.0.7.tar.gz
| Download URL | django_codenerix_geodata-4.0.7.tar.gz |
|---|---|
| Size | 1.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
70ed15bafc2fca06ccd930536483828cbbdccbf160530ca9a529b18c24675f99
|
|
BLAKE2b-256 checksum How to use checksums |
f95b577e381153bb068b0378667fc6ced3a70bda3a6841b8a3b49ef1a587969d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|
Release files / django_codenerix_geodata-4.0.7-py2.py3-none-any.whl
| Download URL | django_codenerix_geodata-4.0.7-py2.py3-none-any.whl |
|---|---|
| Size | 1.4 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a9a703acee4b139619b21ffbc44a6dd3a7e23c503a8e1a3f19e18037edb4a191
|
|
BLAKE2b-256 checksum How to use checksums |
08415ff3f31f72ee348ac579c4a7d6aafc313f047b4b71ce0eb8845b1843478f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|