Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

CardoAI/django-economy-sectors

Repository files navigation

Django Economy Sectors

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages