Skip to main content

A Django app that helps managing geographical information in multiple levels, in a standardized way across countries/continents etc.

Project description

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

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

  3. Run python manage.py load_geo_records to populate the database with the initial records.

  4. Run python manage.py load_nuts_postcode_records to populate the database with the NUTS-postcode relationship.

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

django_geographical_module-0.1.4.tar.gz (7.4 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