Skip to main content

A Django app that helps managing economy sectors' information in multiple levels, in a standardized way across different standards.

Project description

This library allows the utilization of Economy Sectors, from different standards, as well as conversion between them.

Supported standards:

  • NACE

  • ATECO

  • GICS

  • ISIC (rev4)

  • NAICS (2022)

  • SIC

  • SAE

Quick start

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

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

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

  4. Run python manage.py load_standards_relations to populate the database with the relationship between standards.

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-economy-sectors-0.2.1.tar.gz (6.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