Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 526 Bytes

File metadata and controls

19 lines (13 loc) · 526 Bytes

Django Geographical Module

Quick start

  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.