Folder Structure
The folder and file structure related to the project to be copied is as follows. Companies using the ChannelTemplateApp project are expected to develop the relevant classes under the "channel" directory to create a new sales channel.
channel_app_template
├── akinon
└── integration.py
├── channel
└── integration.py
└── commands.py
└── setup.py
└── products.py
└── product_prices.py
└── product_stocks.py
└── product_images.py
└── orders
└── orders.py
├── app
└── tasks.py
├── celery_app
└── celery.py
└── celery_schedule_conf.py
└── celeryconfig.py