LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
reqs/app.in
reqs/app.txt
reqs/dev.in
reqs/dev.txt
src/shopcube/__init__.py
src/shopcube/__main__.py
src/shopcube/app.py
src/shopcube/config.json
src/shopcube/config.py
src/shopcube/conftest.py
src/shopcube/init.py
src/shopcube/manage.py
src/shopcube/shopyo_admin.py
src/shopcube.egg-info/PKG-INFO
src/shopcube.egg-info/SOURCES.txt
src/shopcube.egg-info/dependency_links.txt
src/shopcube.egg-info/entry_points.txt
src/shopcube.egg-info/requires.txt
src/shopcube.egg-info/top_level.txt
src/shopcube/modules/__init__.py
src/shopcube/modules/box__default/box_info.json
src/shopcube/modules/box__default/appadmin/__init__.py
src/shopcube/modules/box__default/appadmin/admin.py
src/shopcube/modules/box__default/appadmin/info.json
src/shopcube/modules/box__default/appadmin/models.py
src/shopcube/modules/box__default/appadmin/view.py
src/shopcube/modules/box__default/appadmin/static/icon.svg
src/shopcube/modules/box__default/appadmin/templates/appadmin/add.html
src/shopcube/modules/box__default/appadmin/templates/appadmin/edit.html
src/shopcube/modules/box__default/appadmin/templates/appadmin/index.html
src/shopcube/modules/box__default/appadmin/templates/appadmin/roles.html
src/shopcube/modules/box__default/appadmin/templates/appadmin/blocks/sidebar.html
src/shopcube/modules/box__default/appadmin/tests/test_admin.py
src/shopcube/modules/box__default/appadmin/tests/test_models.py
src/shopcube/modules/box__default/auth/decorators.py
src/shopcube/modules/box__default/auth/forms.py
src/shopcube/modules/box__default/auth/info.json
src/shopcube/modules/box__default/auth/models.py
src/shopcube/modules/box__default/auth/upload.py
src/shopcube/modules/box__default/auth/view.py
src/shopcube/modules/box__default/auth/static/style.css
src/shopcube/modules/box__default/auth/templates/auth/login.html
src/shopcube/modules/box__default/auth/templates/auth/register.html
src/shopcube/modules/box__default/auth/templates/auth/shop_login.html
src/shopcube/modules/box__default/auth/templates/auth/unconfirmed.html
src/shopcube/modules/box__default/auth/templates/auth/blocks/login_form.html
src/shopcube/modules/box__default/auth/templates/auth/blocks/register_form.html
src/shopcube/modules/box__default/auth/templates/auth/emails/activate_user.html
src/shopcube/modules/box__default/auth/templates/auth/emails/activate_user.txt
src/shopcube/modules/box__default/auth/tests/conftest.py
src/shopcube/modules/box__default/auth/tests/factories.py
src/shopcube/modules/box__default/auth/tests/test_auth_forms.py
src/shopcube/modules/box__default/auth/tests/test_auth_functional.py
src/shopcube/modules/box__default/auth/tests/test_auth_models.py
src/shopcube/modules/box__default/base/info.json
src/shopcube/modules/box__default/base/view.py
src/shopcube/modules/box__default/base/templates/base/main_base.html
src/shopcube/modules/box__default/base/templates/base/module_base.html
src/shopcube/modules/box__default/base/templates/base/nav_base.html
src/shopcube/modules/box__default/base/templates/base/blocks/default_styles.html
src/shopcube/modules/box__default/base/templates/base/blocks/flashed_messages.html
src/shopcube/modules/box__default/base/templates/base/blocks/footer.html
src/shopcube/modules/box__default/base/templates/base/blocks/macros.html
src/shopcube/modules/box__default/base/templates/base/blocks/resources.html
src/shopcube/modules/box__default/dashboard/global.py
src/shopcube/modules/box__default/dashboard/helpers.py
src/shopcube/modules/box__default/dashboard/info.json
src/shopcube/modules/box__default/dashboard/view.py
src/shopcube/modules/box__default/dashboard/templates/dashboard/index.html
src/shopcube/modules/box__default/dashboard/templates/dashboard/nav.html
src/shopcube/modules/box__default/dashboard/tests/test_dashboard.py
src/shopcube/modules/box__default/i18n/forms.py
src/shopcube/modules/box__default/i18n/global.py
src/shopcube/modules/box__default/i18n/helpers.py
src/shopcube/modules/box__default/i18n/info.json
src/shopcube/modules/box__default/i18n/models.py
src/shopcube/modules/box__default/i18n/view.py
src/shopcube/modules/box__default/i18n/templates/i18n/dashboard.html
src/shopcube/modules/box__default/i18n/templates/i18n/blocks/sidebar.html
src/shopcube/modules/box__default/i18n/tests/test_i18n_functional.py
src/shopcube/modules/box__default/i18n/tests/test_i18n_models.py
src/shopcube/modules/box__default/page/forms.py
src/shopcube/modules/box__default/page/global.py
src/shopcube/modules/box__default/page/helpers.py
src/shopcube/modules/box__default/page/info.json
src/shopcube/modules/box__default/page/models.py
src/shopcube/modules/box__default/page/view.py
src/shopcube/modules/box__default/page/templates/page/all_pages.html
src/shopcube/modules/box__default/page/templates/page/dashboard.html
src/shopcube/modules/box__default/page/templates/page/dashboard_edit.html
src/shopcube/modules/box__default/page/templates/page/view_page_dashboard.html
src/shopcube/modules/box__default/page/templates/page/blocks/sidebar.html
src/shopcube/modules/box__default/settings/__init__.py
src/shopcube/modules/box__default/settings/global.py
src/shopcube/modules/box__default/settings/helpers.py
src/shopcube/modules/box__default/settings/info.json
src/shopcube/modules/box__default/settings/models.py
src/shopcube/modules/box__default/settings/upload.py
src/shopcube/modules/box__default/settings/view.py
src/shopcube/modules/box__default/settings/templates/settings/edit.html
src/shopcube/modules/box__default/settings/templates/settings/index.html
src/shopcube/modules/box__default/settings/templates/settings/nav.html
src/shopcube/modules/box__default/theme/forms.py
src/shopcube/modules/box__default/theme/global.py
src/shopcube/modules/box__default/theme/helpers.py
src/shopcube/modules/box__default/theme/info.json
src/shopcube/modules/box__default/theme/models.py
src/shopcube/modules/box__default/theme/view.py
src/shopcube/modules/box__default/theme/templates/theme/index.html
src/shopcube/modules/box__default/theme/templates/theme/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/__init__.py
src/shopcube/modules/box__ecommerce/box_info.json
src/shopcube/modules/box__ecommerce/category/__init__.py
src/shopcube/modules/box__ecommerce/category/forms.py
src/shopcube/modules/box__ecommerce/category/global.py
src/shopcube/modules/box__ecommerce/category/info.json
src/shopcube/modules/box__ecommerce/category/models.py
src/shopcube/modules/box__ecommerce/category/upload.py
src/shopcube/modules/box__ecommerce/category/view.py
src/shopcube/modules/box__ecommerce/category/templates/category/add.html
src/shopcube/modules/box__ecommerce/category/templates/category/choose_sub.html
src/shopcube/modules/box__ecommerce/category/templates/category/dashboard.html
src/shopcube/modules/box__ecommerce/category/templates/category/edit.html
src/shopcube/modules/box__ecommerce/category/templates/category/edit_img_sub.html
src/shopcube/modules/box__ecommerce/category/templates/category/manage_sub.html
src/shopcube/modules/box__ecommerce/category/templates/category/message.html
src/shopcube/modules/box__ecommerce/category/templates/category/upload.html
src/shopcube/modules/box__ecommerce/category/templates/category/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/category/tests/test_category.py
src/shopcube/modules/box__ecommerce/customer/__init__.py
src/shopcube/modules/box__ecommerce/customer/forms.py
src/shopcube/modules/box__ecommerce/customer/global.py
src/shopcube/modules/box__ecommerce/customer/info.json
src/shopcube/modules/box__ecommerce/customer/models.py
src/shopcube/modules/box__ecommerce/customer/view.py
src/shopcube/modules/box__ecommerce/customer/templates/customer/dashboard.html
src/shopcube/modules/box__ecommerce/customer/templates/customer/order_item_view.html
src/shopcube/modules/box__ecommerce/customer/templates/customer/orders.html
src/shopcube/modules/box__ecommerce/customer/templates/customer/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/customer/tests/test_customer_functional.py
src/shopcube/modules/box__ecommerce/customer/tests/test_customer_models.py
src/shopcube/modules/box__ecommerce/pos/__init__.py
src/shopcube/modules/box__ecommerce/pos/forms.py
src/shopcube/modules/box__ecommerce/pos/info.json
src/shopcube/modules/box__ecommerce/pos/models.py
src/shopcube/modules/box__ecommerce/pos/view.py
src/shopcube/modules/box__ecommerce/pos/templates/pos/index.html
src/shopcube/modules/box__ecommerce/product/__init__.py
src/shopcube/modules/box__ecommerce/product/global.py
src/shopcube/modules/box__ecommerce/product/info.json
src/shopcube/modules/box__ecommerce/product/models.py
src/shopcube/modules/box__ecommerce/product/view.py
src/shopcube/modules/box__ecommerce/product/templates/product/add.html
src/shopcube/modules/box__ecommerce/product/templates/product/edit.html
src/shopcube/modules/box__ecommerce/product/templates/product/list.html
src/shopcube/modules/box__ecommerce/product/templates/product/lookup.html
src/shopcube/modules/box__ecommerce/product/templates/product/nav.html
src/shopcube/modules/box__ecommerce/product/templates/product/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/shop/__init__.py
src/shopcube/modules/box__ecommerce/shop/forms.py
src/shopcube/modules/box__ecommerce/shop/global.py
src/shopcube/modules/box__ecommerce/shop/helpers.py
src/shopcube/modules/box__ecommerce/shop/info.json
src/shopcube/modules/box__ecommerce/shop/models.py
src/shopcube/modules/box__ecommerce/shop/view.py
src/shopcube/modules/box__ecommerce/shop/templates/shop/base.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/category.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/checkout.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/order_complete.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/product.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/shop.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/shop_login.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/subcategory.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/view_cart.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/wishlist.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/blocks/accordion.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/blocks/common_styles.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/emails/order_info.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/emails/order_info.txt
src/shopcube/modules/box__ecommerce/shop/templates/shop/sections/resources.html
src/shopcube/modules/box__ecommerce/shop/tests/test_shop.py
src/shopcube/modules/box__ecommerce/shopman/__init__.py
src/shopcube/modules/box__ecommerce/shopman/forms.py
src/shopcube/modules/box__ecommerce/shopman/info.json
src/shopcube/modules/box__ecommerce/shopman/models.py
src/shopcube/modules/box__ecommerce/shopman/upload.py
src/shopcube/modules/box__ecommerce/shopman/view.py
src/shopcube/modules/box__ecommerce/shopman/data/country.json
src/shopcube/modules/box__ecommerce/shopman/data/currency.json
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/coupon.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/dashboard.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/delivery.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/email_status_change.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/order.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/order_view.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/payment.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/blocks/sidebar.html
src/shopcube/modules/contact/forms.py
src/shopcube/modules/contact/global.py
src/shopcube/modules/contact/info.json
src/shopcube/modules/contact/models.py
src/shopcube/modules/contact/view.py
src/shopcube/modules/contact/templates/contact/contact_form.html
src/shopcube/modules/contact/templates/contact/dashboard.html
src/shopcube/modules/contact/templates/contact/blocks/sidebar.html
src/shopcube/modules/contact/tests/test_contact.py
src/shopcube/modules/resource/__init__.py
src/shopcube/modules/resource/forms.py
src/shopcube/modules/resource/info.json
src/shopcube/modules/resource/models.py
src/shopcube/modules/resource/view.py
src/shopcube/modules/resource/templates/resource/blocks/sidebar.html
src/shopcube/modules/www/forms.py
src/shopcube/modules/www/global.py
src/shopcube/modules/www/info.json
src/shopcube/modules/www/models.py
src/shopcube/modules/www/view.py
src/shopcube/modules/www/templates/www/index.html
src/shopcube/modules/www/templates/www/blocks/sidebar.html
src/shopcube/utils/__init__.py
src/shopcube/utils/enhance.py
src/shopcube/utils/file.py
src/shopcube/utils/info.py
src/shopcube/utils/session.py
src/shopcube/utils/validators.py
src/shopcube/utils/tests/__init__.py