Skip to content

CardoAI/django-geographical-module

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages