Skip to main content

A Django app to have a local copy of some geonames.org's data

None

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

  1. Add “geonames” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'geonames',
    ]
  2. Run python manage.py migrate to create the models.

  1. Configure ….

Project details

None

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-geonames-cities-0.7.tar.gz (14.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page