Folder Structure
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.pyWas this helpful?

