A Django app to have a local copy of some geonames.org's data
Project description
Alpha: DO NOT USE IN PRODUCTION
Django geonames is a Django app that allows you to have a local replica of some data from https://geonames.org. It has management commands to copy locally: 1. The countries of the world 2. All the administrative divisions of one or more countries specified in the configuration 3. If Italan data is downloaded, the management command downloads also some data from Istituto Italiano di Statistica https://www.istat.it/ to enable the calculation of the Italian national identifier Codice Fiscale.
Quick start
Add “geonames” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'geonames', ]
Run python manage.py migrate to create the models.
Configure ….
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-geonames-cities-0.7.tar.gz
.
File metadata
- Download URL: django-geonames-cities-0.7.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ac61aa1c1ebeb04ad22dd1debd7968a110752367719751ea9d0a55473e1072f |
|
MD5 | a9e40be94ac32177a2689404f23cbc7c |
|
BLAKE2b-256 | f5a45fc72cdd0b55549b275e2ff6bc865f63dd59e7a66ca61fba858910213550 |