shuup.default_importer package
Subpackages
- shuup.default_importer.importers package
- Submodules
- shuup.default_importer.importers.contact module
- shuup.default_importer.importers.product module
ProductMetaBaseProductImporterProductImporter.identifierProductImporter.nameProductImporter.meta_base_classProductImporter.modelProductImporter.relation_fieldProductImporter.help_templateProductImporter.get_related_modelsProductImporter.example_filesProductImporter.get_example_file_contentProductImporter.get_help_context_data
- Module contents
PersonContactImporterCompanyContactImporterProductImporterProductImporter.example_filesProductImporter.get_example_file_contentProductImporter.get_help_context_dataProductImporter.get_related_modelsProductImporter.help_templateProductImporter.identifierProductImporter.meta_base_classProductImporter.modelProductImporter.nameProductImporter.relation_field
- shuup.default_importer.samples package
Submodules
shuup.default_importer.apps module
- class shuup.default_importer.apps.AppConfig(*args, **kwargs)[source]
Bases:
AppConfig- name = 'shuup.default_importer'
- provides = {'importers': ['shuup.default_importer.importers.ProductImporter', 'shuup.default_importer.importers.PersonContactImporter', 'shuup.default_importer.importers.CompanyContactImporter']}
See /provides for details about the
providesvariable.