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
Add "economy_sectors" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'economy_sectors', ]Run
python manage.py migrateto create the models.Run
python manage.py load_standards_datato populate the database with the initial records.Run
python manage.py load_standards_relationsto populate the database with the relationship between standards.