shuup.default_importer package
Subpackages
- shuup.default_importer.importers package
- Submodules
- shuup.default_importer.importers.contact module
- shuup.default_importer.importers.product module
ProductMetaBase
ProductImporter
ProductImporter.identifier
ProductImporter.name
ProductImporter.meta_base_class
ProductImporter.model
ProductImporter.relation_field
ProductImporter.help_template
ProductImporter.get_related_models
ProductImporter.example_files
ProductImporter.get_example_file_content
ProductImporter.get_help_context_data
- Module contents
PersonContactImporter
CompanyContactImporter
ProductImporter
ProductImporter.example_files
ProductImporter.get_example_file_content
ProductImporter.get_help_context_data
ProductImporter.get_related_models
ProductImporter.help_template
ProductImporter.identifier
ProductImporter.meta_base_class
ProductImporter.model
ProductImporter.name
ProductImporter.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
provides
variable.