From 6bc385e47da3354283c5ef25be8a7738dafb814a Mon Sep 17 00:00:00 2001 From: mtyton Date: Mon, 27 Nov 2023 22:34:44 +0100 Subject: [PATCH] Renamed project to wagtail_store --- .gitignore | 6 +++--- {artel => wagtail_store}/.dockerignore | 0 {artel => wagtail_store}/.pre-commit-config.yaml | 0 {artel => wagtail_store}/.woodpecker/.build.yml | 0 {artel => wagtail_store}/Dockerfile | 0 {artel => wagtail_store}/Dockerfile.local | 0 .../settings => wagtail_store/blog}/__init__.py | 0 {artel => wagtail_store}/blog/admin.py | 0 {artel => wagtail_store}/blog/apps.py | 0 {artel => wagtail_store}/blog/finders.py | 0 .../blog/migrations/0001_initial.py | 0 .../blog/migrations}/__init__.py | 0 {artel => wagtail_store}/blog/models.py | 0 .../blog/templates/blog/blog_page.html | 0 {artel => wagtail_store}/blog/tests.py | 0 {artel => wagtail_store}/blog/views.py | 0 {artel => wagtail_store}/docker-compose-prod.yml | 0 {artel => wagtail_store}/docker-compose-stack.yml | 0 {artel => wagtail_store}/docker-compose-test.yml | 0 {artel => wagtail_store}/docker-compose.yml | 0 .../dynamic_forms}/__init__.py | 0 {artel => wagtail_store}/dynamic_forms/admin.py | 0 {artel => wagtail_store}/dynamic_forms/apps.py | 0 {artel => wagtail_store}/dynamic_forms/forms.py | 0 .../dynamic_forms/migrations/0001_initial.py | 0 .../dynamic_forms/migrations}/__init__.py | 0 {artel => wagtail_store}/dynamic_forms/models.py | 0 .../templates/forms/email_form_page.html | 0 .../templates/forms/email_form_page_landing.html | 0 .../dynamic_forms/templates/widgets/checkbox.html | 0 .../templates/widgets/checkbox_multiple.html | 0 .../templates/widgets/radio_multiple.html | 0 {artel => wagtail_store}/dynamic_forms/tests.py | 0 {artel => wagtail_store}/dynamic_forms/views.py | 0 {artel => wagtail_store}/dynamic_forms/widgets.py | 0 .../migrations => wagtail_store/home}/__init__.py | 0 .../home/migrations/0001_initial.py | 0 .../home/migrations/0002_create_homepage.py | 0 .../home/migrations/0003_homepage_body.py | 0 .../home/migrations}/__init__.py | 0 {artel => wagtail_store}/home/models.py | 0 .../home/static/css/welcome_page.css | 0 .../home/templates/home/home_page.html | 0 .../home/templates/home/welcome_page.html | 0 .../locale/pl/LC_MESSAGES/django.mo | Bin .../locale/pl/LC_MESSAGES/django.po | 0 .../mailings}/__init__.py | 0 {artel => wagtail_store}/mailings/admin.py | 0 {artel => wagtail_store}/mailings/apps.py | 0 .../mailings/migrations/0001_initial.py | 0 .../mailings/migrations}/__init__.py | 0 {artel => wagtail_store}/mailings/models.py | 0 .../mailings/tests}/__init__.py | 0 .../mailings/tests/factories.py | 0 .../mailings/tests/test_models.py | 0 {artel => wagtail_store}/mailings/views.py | 0 {artel => wagtail_store}/manage.py | 2 +- {artel => wagtail_store}/pyproject.toml | 0 {artel => wagtail_store}/requirements.txt | 0 {artel => wagtail_store}/requirements_dev.txt | 0 .../tests => wagtail_store/search}/__init__.py | 0 .../search/templates/search/search.html | 0 {artel => wagtail_store}/search/views.py | 0 {artel/search => wagtail_store/setup}/__init__.py | 0 {artel => wagtail_store}/setup/admin.py | 0 {artel => wagtail_store}/setup/apps.py | 0 .../setup/context_processors.py | 0 {artel => wagtail_store}/setup/forms.py | 0 {artel => wagtail_store}/setup/middleware.py | 0 .../setup/migrations/0001_initial.py | 0 .../setup/migrations/0002_comfyconfig_active.py | 0 .../setup/migrations}/__init__.py | 0 {artel => wagtail_store}/setup/models.py | 0 {artel => wagtail_store}/setup/serializers.py | 0 .../setup/templates/setup/complete.html | 0 .../setup/templates/setup/config.html | 0 .../setup/templates/setup/mailing.html | 0 .../setup/templates/setup/setup_base.html | 0 {artel => wagtail_store}/setup/tests.py | 0 {artel => wagtail_store}/setup/urls.py | 0 {artel => wagtail_store}/setup/views.py | 0 {artel => wagtail_store}/store/__init__.py | 0 {artel => wagtail_store}/store/admin.py | 0 {artel => wagtail_store}/store/apps.py | 0 {artel => wagtail_store}/store/cart.py | 0 {artel => wagtail_store}/store/forms.py | 0 {artel => wagtail_store}/store/loader.py | 0 .../store/management/commands/load_products.py | 0 .../store/migrations/0001_initial.py | 0 ...oduct_available_producttemplate_tags_and_more.py | 0 .../0003_product_info_product_name_and_more.py | 0 ...documenttemplate_order_paymentmethod_and_more.py | 0 .../store/migrations/0005_order_order_number.py | 0 .../migrations/0006_remove_orderdocument_sent.py | 0 ...0007_rename_productimage_producttemplateimage.py | 0 ...ct_info_producttemplateimage_is_main_and_more.py | 0 ...categoryparam_order_productcategoryparamvalue.py | 0 .../store/migrations/0010_auto_20230630_1611.py | 0 ...oductparam_delete_templateparamvalue_and_more.py | 0 ...liverymethod_order_uuid_product_uuid_and_more.py | 0 ...cttemplateparam_alter_product_params_and_more.py | 0 .../0014_alter_productimage_image_and_more.py | 0 .../store}/migrations/__init__.py | 0 {artel => wagtail_store}/store/models.py | 0 {artel => wagtail_store}/store/serializers.py | 0 .../store/static/images/icons/truck.svg | 0 {artel => wagtail_store}/store/static/js/cart.js | 0 .../store/static/js/product_configurator.js | 0 {artel => wagtail_store}/store/tasks.py | 0 .../store/templates/store/cart.html | 0 .../store/templates/store/configure_product.html | 0 .../templates/store/configure_product_summary.html | 0 .../templates/store/forms/button_toggle_select.html | 0 .../store/templates/store/order.html | 0 .../store/templates/store/order_confirm.html | 0 .../store/templates/store/order_success.html | 0 .../store/templates/store/partials/cart_item.html | 0 .../store/partials/delivery_cart_item.html | 0 .../templates/store/partials/product_card.html | 0 .../templates/store/partials/summary_cart_item.html | 0 .../store/templates/store/product_list_page.html | 0 .../store/tests}/__init__.py | 0 {artel => wagtail_store}/store/tests/factories.py | 0 {artel => wagtail_store}/store/tests/test_cart.py | 0 {artel => wagtail_store}/store/tests/test_loader.py | 0 {artel => wagtail_store}/store/tests/test_models.py | 0 {artel => wagtail_store}/store/tests/test_views.py | 0 {artel => wagtail_store}/store/urls.py | 0 {artel => wagtail_store}/store/utils.py | 0 {artel => wagtail_store}/store/views.py | 0 {artel => wagtail_store}/uwsgi.ini | 0 .../wagtail_store}/__init__.py | 0 .../artel => wagtail_store/wagtail_store}/celery.py | 0 .../wagtail_store/settings}/__init__.py | 0 .../wagtail_store}/settings/base.py | 6 +++--- .../wagtail_store}/settings/dev.py | 0 .../wagtail_store}/settings/production.py | 0 .../wagtail_store}/settings/tests.py | 0 .../static/bootstrap/css/bootstrap-grid.css | 0 .../static/bootstrap/css/bootstrap-grid.css.map | 0 .../static/bootstrap/css/bootstrap-grid.min.css | 0 .../static/bootstrap/css/bootstrap-grid.min.css.map | 0 .../static/bootstrap/css/bootstrap-grid.rtl.css | 0 .../static/bootstrap/css/bootstrap-grid.rtl.css.map | 0 .../static/bootstrap/css/bootstrap-grid.rtl.min.css | 0 .../bootstrap/css/bootstrap-grid.rtl.min.css.map | 0 .../static/bootstrap/css/bootstrap-reboot.css | 0 .../static/bootstrap/css/bootstrap-reboot.css.map | 0 .../static/bootstrap/css/bootstrap-reboot.min.css | 0 .../bootstrap/css/bootstrap-reboot.min.css.map | 0 .../static/bootstrap/css/bootstrap-reboot.rtl.css | 0 .../bootstrap/css/bootstrap-reboot.rtl.css.map | 0 .../bootstrap/css/bootstrap-reboot.rtl.min.css | 0 .../bootstrap/css/bootstrap-reboot.rtl.min.css.map | 0 .../static/bootstrap/css/bootstrap-utilities.css | 0 .../bootstrap/css/bootstrap-utilities.css.map | 0 .../bootstrap/css/bootstrap-utilities.min.css | 0 .../bootstrap/css/bootstrap-utilities.min.css.map | 0 .../bootstrap/css/bootstrap-utilities.rtl.css | 0 .../bootstrap/css/bootstrap-utilities.rtl.css.map | 0 .../bootstrap/css/bootstrap-utilities.rtl.min.css | 0 .../css/bootstrap-utilities.rtl.min.css.map | 0 .../static/bootstrap/css/bootstrap.css | 0 .../static/bootstrap/css/bootstrap.css.map | 0 .../static/bootstrap/css/bootstrap.min.css | 0 .../static/bootstrap/css/bootstrap.min.css.map | 0 .../static/bootstrap/css/bootstrap.rtl.css | 0 .../static/bootstrap/css/bootstrap.rtl.css.map | 0 .../static/bootstrap/css/bootstrap.rtl.min.css | 0 .../static/bootstrap/css/bootstrap.rtl.min.css.map | 0 .../static/bootstrap/js/bootstrap.bundle.js | 0 .../static/bootstrap/js/bootstrap.bundle.js.map | 0 .../static/bootstrap/js/bootstrap.bundle.min.js | 0 .../static/bootstrap/js/bootstrap.bundle.min.js.map | 0 .../static/bootstrap/js/bootstrap.esm.js | 0 .../static/bootstrap/js/bootstrap.esm.js.map | 0 .../static/bootstrap/js/bootstrap.esm.min.js | 0 .../static/bootstrap/js/bootstrap.esm.min.js.map | 0 .../wagtail_store}/static/bootstrap/js/bootstrap.js | 0 .../static/bootstrap/js/bootstrap.js.map | 0 .../static/bootstrap/js/bootstrap.min.js | 0 .../static/bootstrap/js/bootstrap.min.js.map | 0 .../wagtail_store}/static/css/artel.css | 0 .../wagtail_store}/static/css/artel.css.map | 0 .../wagtail_store}/static/css/artel.scss | 0 .../static/images/icons/caret-down.svg | 0 .../wagtail_store}/static/images/icons/cart.svg | 0 .../wagtail_store}/static/images/icons/globe.svg | 0 .../static/images/icons/las_ruinas_PL.png | Bin .../static/images/icons/question-circle.svg | 0 .../wagtail_store}/static/images/icons/trash.svg | 0 .../wagtail_store}/static/js/artel.js | 0 .../wagtail_store}/static/js/jquery-3.6.4.min.js | 0 .../artel => wagtail_store/wagtail_store}/tasks.py | 0 .../wagtail_store}/templates/404.html | 0 .../wagtail_store}/templates/500.html | 0 .../wagtail_store}/templates/base.html | 0 .../templates/includes/menu_block.html | 0 .../templates/menu/custom_main_menu.html | 0 .../templates/menu/custom_submenu.html | 0 .../artel => wagtail_store/wagtail_store}/tests.py | 0 .../artel => wagtail_store/wagtail_store}/urls.py | 2 +- .../artel => wagtail_store/wagtail_store}/views.py | 0 .../artel => wagtail_store/wagtail_store}/wsgi.py | 2 +- 204 files changed, 9 insertions(+), 9 deletions(-) rename {artel => wagtail_store}/.dockerignore (100%) rename {artel => wagtail_store}/.pre-commit-config.yaml (100%) rename {artel => wagtail_store}/.woodpecker/.build.yml (100%) rename {artel => wagtail_store}/Dockerfile (100%) rename {artel => wagtail_store}/Dockerfile.local (100%) rename {artel/artel/settings => wagtail_store/blog}/__init__.py (100%) rename {artel => wagtail_store}/blog/admin.py (100%) rename {artel => wagtail_store}/blog/apps.py (100%) rename {artel => wagtail_store}/blog/finders.py (100%) rename {artel => wagtail_store}/blog/migrations/0001_initial.py (100%) rename {artel/blog => wagtail_store/blog/migrations}/__init__.py (100%) rename {artel => wagtail_store}/blog/models.py (100%) rename {artel => wagtail_store}/blog/templates/blog/blog_page.html (100%) rename {artel => wagtail_store}/blog/tests.py (100%) rename {artel => wagtail_store}/blog/views.py (100%) rename {artel => wagtail_store}/docker-compose-prod.yml (100%) rename {artel => wagtail_store}/docker-compose-stack.yml (100%) rename {artel => wagtail_store}/docker-compose-test.yml (100%) rename {artel => wagtail_store}/docker-compose.yml (100%) rename {artel/blog/migrations => wagtail_store/dynamic_forms}/__init__.py (100%) rename {artel => wagtail_store}/dynamic_forms/admin.py (100%) rename {artel => wagtail_store}/dynamic_forms/apps.py (100%) rename {artel => wagtail_store}/dynamic_forms/forms.py (100%) rename {artel => wagtail_store}/dynamic_forms/migrations/0001_initial.py (100%) rename {artel/dynamic_forms => wagtail_store/dynamic_forms/migrations}/__init__.py (100%) rename {artel => wagtail_store}/dynamic_forms/models.py (100%) rename {artel => wagtail_store}/dynamic_forms/templates/forms/email_form_page.html (100%) rename {artel => wagtail_store}/dynamic_forms/templates/forms/email_form_page_landing.html (100%) rename {artel => wagtail_store}/dynamic_forms/templates/widgets/checkbox.html (100%) rename {artel => wagtail_store}/dynamic_forms/templates/widgets/checkbox_multiple.html (100%) rename {artel => wagtail_store}/dynamic_forms/templates/widgets/radio_multiple.html (100%) rename {artel => wagtail_store}/dynamic_forms/tests.py (100%) rename {artel => wagtail_store}/dynamic_forms/views.py (100%) rename {artel => wagtail_store}/dynamic_forms/widgets.py (100%) rename {artel/dynamic_forms/migrations => wagtail_store/home}/__init__.py (100%) rename {artel => wagtail_store}/home/migrations/0001_initial.py (100%) rename {artel => wagtail_store}/home/migrations/0002_create_homepage.py (100%) rename {artel => wagtail_store}/home/migrations/0003_homepage_body.py (100%) rename {artel/home => wagtail_store/home/migrations}/__init__.py (100%) rename {artel => wagtail_store}/home/models.py (100%) rename {artel => wagtail_store}/home/static/css/welcome_page.css (100%) rename {artel => wagtail_store}/home/templates/home/home_page.html (100%) rename {artel => wagtail_store}/home/templates/home/welcome_page.html (100%) rename {artel => wagtail_store}/locale/pl/LC_MESSAGES/django.mo (100%) rename {artel => wagtail_store}/locale/pl/LC_MESSAGES/django.po (100%) rename {artel/home/migrations => wagtail_store/mailings}/__init__.py (100%) rename {artel => wagtail_store}/mailings/admin.py (100%) rename {artel => wagtail_store}/mailings/apps.py (100%) rename {artel => wagtail_store}/mailings/migrations/0001_initial.py (100%) rename {artel/mailings => wagtail_store/mailings/migrations}/__init__.py (100%) rename {artel => wagtail_store}/mailings/models.py (100%) rename {artel/mailings/migrations => wagtail_store/mailings/tests}/__init__.py (100%) rename {artel => wagtail_store}/mailings/tests/factories.py (100%) rename {artel => wagtail_store}/mailings/tests/test_models.py (100%) rename {artel => wagtail_store}/mailings/views.py (100%) rename {artel => wagtail_store}/manage.py (68%) rename {artel => wagtail_store}/pyproject.toml (100%) rename {artel => wagtail_store}/requirements.txt (100%) rename {artel => wagtail_store}/requirements_dev.txt (100%) rename {artel/mailings/tests => wagtail_store/search}/__init__.py (100%) rename {artel => wagtail_store}/search/templates/search/search.html (100%) rename {artel => wagtail_store}/search/views.py (100%) rename {artel/search => wagtail_store/setup}/__init__.py (100%) rename {artel => wagtail_store}/setup/admin.py (100%) rename {artel => wagtail_store}/setup/apps.py (100%) rename {artel => wagtail_store}/setup/context_processors.py (100%) rename {artel => wagtail_store}/setup/forms.py (100%) rename {artel => wagtail_store}/setup/middleware.py (100%) rename {artel => wagtail_store}/setup/migrations/0001_initial.py (100%) rename {artel => wagtail_store}/setup/migrations/0002_comfyconfig_active.py (100%) rename {artel/setup => wagtail_store/setup/migrations}/__init__.py (100%) rename {artel => wagtail_store}/setup/models.py (100%) rename {artel => wagtail_store}/setup/serializers.py (100%) rename {artel => wagtail_store}/setup/templates/setup/complete.html (100%) rename {artel => wagtail_store}/setup/templates/setup/config.html (100%) rename {artel => wagtail_store}/setup/templates/setup/mailing.html (100%) rename {artel => wagtail_store}/setup/templates/setup/setup_base.html (100%) rename {artel => wagtail_store}/setup/tests.py (100%) rename {artel => wagtail_store}/setup/urls.py (100%) rename {artel => wagtail_store}/setup/views.py (100%) rename {artel => wagtail_store}/store/__init__.py (100%) rename {artel => wagtail_store}/store/admin.py (100%) rename {artel => wagtail_store}/store/apps.py (100%) rename {artel => wagtail_store}/store/cart.py (100%) rename {artel => wagtail_store}/store/forms.py (100%) rename {artel => wagtail_store}/store/loader.py (100%) rename {artel => wagtail_store}/store/management/commands/load_products.py (100%) rename {artel => wagtail_store}/store/migrations/0001_initial.py (100%) rename {artel => wagtail_store}/store/migrations/0002_product_available_producttemplate_tags_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0003_product_info_product_name_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0004_documenttemplate_order_paymentmethod_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0005_order_order_number.py (100%) rename {artel => wagtail_store}/store/migrations/0006_remove_orderdocument_sent.py (100%) rename {artel => wagtail_store}/store/migrations/0007_rename_productimage_producttemplateimage.py (100%) rename {artel => wagtail_store}/store/migrations/0008_remove_product_info_producttemplateimage_is_main_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0009_productcategoryparam_order_productcategoryparamvalue.py (100%) rename {artel => wagtail_store}/store/migrations/0010_auto_20230630_1611.py (100%) rename {artel => wagtail_store}/store/migrations/0011_productparam_delete_templateparamvalue_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0012_deliverymethod_order_uuid_product_uuid_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0013_producttemplateparam_alter_product_params_and_more.py (100%) rename {artel => wagtail_store}/store/migrations/0014_alter_productimage_image_and_more.py (100%) rename {artel/setup => wagtail_store/store}/migrations/__init__.py (100%) rename {artel => wagtail_store}/store/models.py (100%) rename {artel => wagtail_store}/store/serializers.py (100%) rename {artel => wagtail_store}/store/static/images/icons/truck.svg (100%) rename {artel => wagtail_store}/store/static/js/cart.js (100%) rename {artel => wagtail_store}/store/static/js/product_configurator.js (100%) rename {artel => wagtail_store}/store/tasks.py (100%) rename {artel => wagtail_store}/store/templates/store/cart.html (100%) rename {artel => wagtail_store}/store/templates/store/configure_product.html (100%) rename {artel => wagtail_store}/store/templates/store/configure_product_summary.html (100%) rename {artel => wagtail_store}/store/templates/store/forms/button_toggle_select.html (100%) rename {artel => wagtail_store}/store/templates/store/order.html (100%) rename {artel => wagtail_store}/store/templates/store/order_confirm.html (100%) rename {artel => wagtail_store}/store/templates/store/order_success.html (100%) rename {artel => wagtail_store}/store/templates/store/partials/cart_item.html (100%) rename {artel => wagtail_store}/store/templates/store/partials/delivery_cart_item.html (100%) rename {artel => wagtail_store}/store/templates/store/partials/product_card.html (100%) rename {artel => wagtail_store}/store/templates/store/partials/summary_cart_item.html (100%) rename {artel => wagtail_store}/store/templates/store/product_list_page.html (100%) rename {artel/store/migrations => wagtail_store/store/tests}/__init__.py (100%) rename {artel => wagtail_store}/store/tests/factories.py (100%) rename {artel => wagtail_store}/store/tests/test_cart.py (100%) rename {artel => wagtail_store}/store/tests/test_loader.py (100%) rename {artel => wagtail_store}/store/tests/test_models.py (100%) rename {artel => wagtail_store}/store/tests/test_views.py (100%) rename {artel => wagtail_store}/store/urls.py (100%) rename {artel => wagtail_store}/store/utils.py (100%) rename {artel => wagtail_store}/store/views.py (100%) rename {artel => wagtail_store}/uwsgi.ini (100%) rename {artel/artel => wagtail_store/wagtail_store}/__init__.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/celery.py (100%) rename {artel/store/tests => wagtail_store/wagtail_store/settings}/__init__.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/settings/base.py (98%) rename {artel/artel => wagtail_store/wagtail_store}/settings/dev.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/settings/production.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/settings/tests.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.rtl.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.rtl.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.rtl.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-grid.rtl.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.rtl.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.rtl.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.rtl.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.rtl.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.rtl.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.rtl.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.rtl.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.rtl.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.rtl.min.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/css/bootstrap.rtl.min.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.bundle.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.bundle.js.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.bundle.min.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.bundle.min.js.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.esm.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.esm.js.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.esm.min.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.esm.min.js.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.js.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.min.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/bootstrap/js/bootstrap.min.js.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/css/artel.css (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/css/artel.css.map (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/css/artel.scss (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/images/icons/caret-down.svg (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/images/icons/cart.svg (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/images/icons/globe.svg (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/images/icons/las_ruinas_PL.png (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/images/icons/question-circle.svg (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/images/icons/trash.svg (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/js/artel.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/static/js/jquery-3.6.4.min.js (100%) rename {artel/artel => wagtail_store/wagtail_store}/tasks.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/templates/404.html (100%) rename {artel/artel => wagtail_store/wagtail_store}/templates/500.html (100%) rename {artel/artel => wagtail_store/wagtail_store}/templates/base.html (100%) rename {artel/artel => wagtail_store/wagtail_store}/templates/includes/menu_block.html (100%) rename {artel/artel => wagtail_store/wagtail_store}/templates/menu/custom_main_menu.html (100%) rename {artel/artel => wagtail_store/wagtail_store}/templates/menu/custom_submenu.html (100%) rename {artel/artel => wagtail_store/wagtail_store}/tests.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/urls.py (94%) rename {artel/artel => wagtail_store/wagtail_store}/views.py (100%) rename {artel/artel => wagtail_store/wagtail_store}/wsgi.py (80%) diff --git a/.gitignore b/.gitignore index 99e9fc6..7e32358 100644 --- a/.gitignore +++ b/.gitignore @@ -139,8 +139,8 @@ GitHub.sublime-settings #postgres pass files *.my_pgpass *.sql -artel/static/ +wagtail_store/static/ # media -artel/media/* -artel/store/data/* +wagtail_store/media/* +wagtail_store/store/data/* diff --git a/artel/.dockerignore b/wagtail_store/.dockerignore similarity index 100% rename from artel/.dockerignore rename to wagtail_store/.dockerignore diff --git a/artel/.pre-commit-config.yaml b/wagtail_store/.pre-commit-config.yaml similarity index 100% rename from artel/.pre-commit-config.yaml rename to wagtail_store/.pre-commit-config.yaml diff --git a/artel/.woodpecker/.build.yml b/wagtail_store/.woodpecker/.build.yml similarity index 100% rename from artel/.woodpecker/.build.yml rename to wagtail_store/.woodpecker/.build.yml diff --git a/artel/Dockerfile b/wagtail_store/Dockerfile similarity index 100% rename from artel/Dockerfile rename to wagtail_store/Dockerfile diff --git a/artel/Dockerfile.local b/wagtail_store/Dockerfile.local similarity index 100% rename from artel/Dockerfile.local rename to wagtail_store/Dockerfile.local diff --git a/artel/artel/settings/__init__.py b/wagtail_store/blog/__init__.py similarity index 100% rename from artel/artel/settings/__init__.py rename to wagtail_store/blog/__init__.py diff --git a/artel/blog/admin.py b/wagtail_store/blog/admin.py similarity index 100% rename from artel/blog/admin.py rename to wagtail_store/blog/admin.py diff --git a/artel/blog/apps.py b/wagtail_store/blog/apps.py similarity index 100% rename from artel/blog/apps.py rename to wagtail_store/blog/apps.py diff --git a/artel/blog/finders.py b/wagtail_store/blog/finders.py similarity index 100% rename from artel/blog/finders.py rename to wagtail_store/blog/finders.py diff --git a/artel/blog/migrations/0001_initial.py b/wagtail_store/blog/migrations/0001_initial.py similarity index 100% rename from artel/blog/migrations/0001_initial.py rename to wagtail_store/blog/migrations/0001_initial.py diff --git a/artel/blog/__init__.py b/wagtail_store/blog/migrations/__init__.py similarity index 100% rename from artel/blog/__init__.py rename to wagtail_store/blog/migrations/__init__.py diff --git a/artel/blog/models.py b/wagtail_store/blog/models.py similarity index 100% rename from artel/blog/models.py rename to wagtail_store/blog/models.py diff --git a/artel/blog/templates/blog/blog_page.html b/wagtail_store/blog/templates/blog/blog_page.html similarity index 100% rename from artel/blog/templates/blog/blog_page.html rename to wagtail_store/blog/templates/blog/blog_page.html diff --git a/artel/blog/tests.py b/wagtail_store/blog/tests.py similarity index 100% rename from artel/blog/tests.py rename to wagtail_store/blog/tests.py diff --git a/artel/blog/views.py b/wagtail_store/blog/views.py similarity index 100% rename from artel/blog/views.py rename to wagtail_store/blog/views.py diff --git a/artel/docker-compose-prod.yml b/wagtail_store/docker-compose-prod.yml similarity index 100% rename from artel/docker-compose-prod.yml rename to wagtail_store/docker-compose-prod.yml diff --git a/artel/docker-compose-stack.yml b/wagtail_store/docker-compose-stack.yml similarity index 100% rename from artel/docker-compose-stack.yml rename to wagtail_store/docker-compose-stack.yml diff --git a/artel/docker-compose-test.yml b/wagtail_store/docker-compose-test.yml similarity index 100% rename from artel/docker-compose-test.yml rename to wagtail_store/docker-compose-test.yml diff --git a/artel/docker-compose.yml b/wagtail_store/docker-compose.yml similarity index 100% rename from artel/docker-compose.yml rename to wagtail_store/docker-compose.yml diff --git a/artel/blog/migrations/__init__.py b/wagtail_store/dynamic_forms/__init__.py similarity index 100% rename from artel/blog/migrations/__init__.py rename to wagtail_store/dynamic_forms/__init__.py diff --git a/artel/dynamic_forms/admin.py b/wagtail_store/dynamic_forms/admin.py similarity index 100% rename from artel/dynamic_forms/admin.py rename to wagtail_store/dynamic_forms/admin.py diff --git a/artel/dynamic_forms/apps.py b/wagtail_store/dynamic_forms/apps.py similarity index 100% rename from artel/dynamic_forms/apps.py rename to wagtail_store/dynamic_forms/apps.py diff --git a/artel/dynamic_forms/forms.py b/wagtail_store/dynamic_forms/forms.py similarity index 100% rename from artel/dynamic_forms/forms.py rename to wagtail_store/dynamic_forms/forms.py diff --git a/artel/dynamic_forms/migrations/0001_initial.py b/wagtail_store/dynamic_forms/migrations/0001_initial.py similarity index 100% rename from artel/dynamic_forms/migrations/0001_initial.py rename to wagtail_store/dynamic_forms/migrations/0001_initial.py diff --git a/artel/dynamic_forms/__init__.py b/wagtail_store/dynamic_forms/migrations/__init__.py similarity index 100% rename from artel/dynamic_forms/__init__.py rename to wagtail_store/dynamic_forms/migrations/__init__.py diff --git a/artel/dynamic_forms/models.py b/wagtail_store/dynamic_forms/models.py similarity index 100% rename from artel/dynamic_forms/models.py rename to wagtail_store/dynamic_forms/models.py diff --git a/artel/dynamic_forms/templates/forms/email_form_page.html b/wagtail_store/dynamic_forms/templates/forms/email_form_page.html similarity index 100% rename from artel/dynamic_forms/templates/forms/email_form_page.html rename to wagtail_store/dynamic_forms/templates/forms/email_form_page.html diff --git a/artel/dynamic_forms/templates/forms/email_form_page_landing.html b/wagtail_store/dynamic_forms/templates/forms/email_form_page_landing.html similarity index 100% rename from artel/dynamic_forms/templates/forms/email_form_page_landing.html rename to wagtail_store/dynamic_forms/templates/forms/email_form_page_landing.html diff --git a/artel/dynamic_forms/templates/widgets/checkbox.html b/wagtail_store/dynamic_forms/templates/widgets/checkbox.html similarity index 100% rename from artel/dynamic_forms/templates/widgets/checkbox.html rename to wagtail_store/dynamic_forms/templates/widgets/checkbox.html diff --git a/artel/dynamic_forms/templates/widgets/checkbox_multiple.html b/wagtail_store/dynamic_forms/templates/widgets/checkbox_multiple.html similarity index 100% rename from artel/dynamic_forms/templates/widgets/checkbox_multiple.html rename to wagtail_store/dynamic_forms/templates/widgets/checkbox_multiple.html diff --git a/artel/dynamic_forms/templates/widgets/radio_multiple.html b/wagtail_store/dynamic_forms/templates/widgets/radio_multiple.html similarity index 100% rename from artel/dynamic_forms/templates/widgets/radio_multiple.html rename to wagtail_store/dynamic_forms/templates/widgets/radio_multiple.html diff --git a/artel/dynamic_forms/tests.py b/wagtail_store/dynamic_forms/tests.py similarity index 100% rename from artel/dynamic_forms/tests.py rename to wagtail_store/dynamic_forms/tests.py diff --git a/artel/dynamic_forms/views.py b/wagtail_store/dynamic_forms/views.py similarity index 100% rename from artel/dynamic_forms/views.py rename to wagtail_store/dynamic_forms/views.py diff --git a/artel/dynamic_forms/widgets.py b/wagtail_store/dynamic_forms/widgets.py similarity index 100% rename from artel/dynamic_forms/widgets.py rename to wagtail_store/dynamic_forms/widgets.py diff --git a/artel/dynamic_forms/migrations/__init__.py b/wagtail_store/home/__init__.py similarity index 100% rename from artel/dynamic_forms/migrations/__init__.py rename to wagtail_store/home/__init__.py diff --git a/artel/home/migrations/0001_initial.py b/wagtail_store/home/migrations/0001_initial.py similarity index 100% rename from artel/home/migrations/0001_initial.py rename to wagtail_store/home/migrations/0001_initial.py diff --git a/artel/home/migrations/0002_create_homepage.py b/wagtail_store/home/migrations/0002_create_homepage.py similarity index 100% rename from artel/home/migrations/0002_create_homepage.py rename to wagtail_store/home/migrations/0002_create_homepage.py diff --git a/artel/home/migrations/0003_homepage_body.py b/wagtail_store/home/migrations/0003_homepage_body.py similarity index 100% rename from artel/home/migrations/0003_homepage_body.py rename to wagtail_store/home/migrations/0003_homepage_body.py diff --git a/artel/home/__init__.py b/wagtail_store/home/migrations/__init__.py similarity index 100% rename from artel/home/__init__.py rename to wagtail_store/home/migrations/__init__.py diff --git a/artel/home/models.py b/wagtail_store/home/models.py similarity index 100% rename from artel/home/models.py rename to wagtail_store/home/models.py diff --git a/artel/home/static/css/welcome_page.css b/wagtail_store/home/static/css/welcome_page.css similarity index 100% rename from artel/home/static/css/welcome_page.css rename to wagtail_store/home/static/css/welcome_page.css diff --git a/artel/home/templates/home/home_page.html b/wagtail_store/home/templates/home/home_page.html similarity index 100% rename from artel/home/templates/home/home_page.html rename to wagtail_store/home/templates/home/home_page.html diff --git a/artel/home/templates/home/welcome_page.html b/wagtail_store/home/templates/home/welcome_page.html similarity index 100% rename from artel/home/templates/home/welcome_page.html rename to wagtail_store/home/templates/home/welcome_page.html diff --git a/artel/locale/pl/LC_MESSAGES/django.mo b/wagtail_store/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from artel/locale/pl/LC_MESSAGES/django.mo rename to wagtail_store/locale/pl/LC_MESSAGES/django.mo diff --git a/artel/locale/pl/LC_MESSAGES/django.po b/wagtail_store/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from artel/locale/pl/LC_MESSAGES/django.po rename to wagtail_store/locale/pl/LC_MESSAGES/django.po diff --git a/artel/home/migrations/__init__.py b/wagtail_store/mailings/__init__.py similarity index 100% rename from artel/home/migrations/__init__.py rename to wagtail_store/mailings/__init__.py diff --git a/artel/mailings/admin.py b/wagtail_store/mailings/admin.py similarity index 100% rename from artel/mailings/admin.py rename to wagtail_store/mailings/admin.py diff --git a/artel/mailings/apps.py b/wagtail_store/mailings/apps.py similarity index 100% rename from artel/mailings/apps.py rename to wagtail_store/mailings/apps.py diff --git a/artel/mailings/migrations/0001_initial.py b/wagtail_store/mailings/migrations/0001_initial.py similarity index 100% rename from artel/mailings/migrations/0001_initial.py rename to wagtail_store/mailings/migrations/0001_initial.py diff --git a/artel/mailings/__init__.py b/wagtail_store/mailings/migrations/__init__.py similarity index 100% rename from artel/mailings/__init__.py rename to wagtail_store/mailings/migrations/__init__.py diff --git a/artel/mailings/models.py b/wagtail_store/mailings/models.py similarity index 100% rename from artel/mailings/models.py rename to wagtail_store/mailings/models.py diff --git a/artel/mailings/migrations/__init__.py b/wagtail_store/mailings/tests/__init__.py similarity index 100% rename from artel/mailings/migrations/__init__.py rename to wagtail_store/mailings/tests/__init__.py diff --git a/artel/mailings/tests/factories.py b/wagtail_store/mailings/tests/factories.py similarity index 100% rename from artel/mailings/tests/factories.py rename to wagtail_store/mailings/tests/factories.py diff --git a/artel/mailings/tests/test_models.py b/wagtail_store/mailings/tests/test_models.py similarity index 100% rename from artel/mailings/tests/test_models.py rename to wagtail_store/mailings/tests/test_models.py diff --git a/artel/mailings/views.py b/wagtail_store/mailings/views.py similarity index 100% rename from artel/mailings/views.py rename to wagtail_store/mailings/views.py diff --git a/artel/manage.py b/wagtail_store/manage.py similarity index 68% rename from artel/manage.py rename to wagtail_store/manage.py index 0ce2b0f..bcb460f 100755 --- a/artel/manage.py +++ b/wagtail_store/manage.py @@ -3,7 +3,7 @@ import os import sys if __name__ == "__main__": - os.environ.setdefault("DJANGO_SETTINGS_MODULE", "artel.settings.dev") + os.environ.setdefault("DJANGO_SETTINGS_MODULE", "wagtail_store.settings.dev") from django.core.management import execute_from_command_line diff --git a/artel/pyproject.toml b/wagtail_store/pyproject.toml similarity index 100% rename from artel/pyproject.toml rename to wagtail_store/pyproject.toml diff --git a/artel/requirements.txt b/wagtail_store/requirements.txt similarity index 100% rename from artel/requirements.txt rename to wagtail_store/requirements.txt diff --git a/artel/requirements_dev.txt b/wagtail_store/requirements_dev.txt similarity index 100% rename from artel/requirements_dev.txt rename to wagtail_store/requirements_dev.txt diff --git a/artel/mailings/tests/__init__.py b/wagtail_store/search/__init__.py similarity index 100% rename from artel/mailings/tests/__init__.py rename to wagtail_store/search/__init__.py diff --git a/artel/search/templates/search/search.html b/wagtail_store/search/templates/search/search.html similarity index 100% rename from artel/search/templates/search/search.html rename to wagtail_store/search/templates/search/search.html diff --git a/artel/search/views.py b/wagtail_store/search/views.py similarity index 100% rename from artel/search/views.py rename to wagtail_store/search/views.py diff --git a/artel/search/__init__.py b/wagtail_store/setup/__init__.py similarity index 100% rename from artel/search/__init__.py rename to wagtail_store/setup/__init__.py diff --git a/artel/setup/admin.py b/wagtail_store/setup/admin.py similarity index 100% rename from artel/setup/admin.py rename to wagtail_store/setup/admin.py diff --git a/artel/setup/apps.py b/wagtail_store/setup/apps.py similarity index 100% rename from artel/setup/apps.py rename to wagtail_store/setup/apps.py diff --git a/artel/setup/context_processors.py b/wagtail_store/setup/context_processors.py similarity index 100% rename from artel/setup/context_processors.py rename to wagtail_store/setup/context_processors.py diff --git a/artel/setup/forms.py b/wagtail_store/setup/forms.py similarity index 100% rename from artel/setup/forms.py rename to wagtail_store/setup/forms.py diff --git a/artel/setup/middleware.py b/wagtail_store/setup/middleware.py similarity index 100% rename from artel/setup/middleware.py rename to wagtail_store/setup/middleware.py diff --git a/artel/setup/migrations/0001_initial.py b/wagtail_store/setup/migrations/0001_initial.py similarity index 100% rename from artel/setup/migrations/0001_initial.py rename to wagtail_store/setup/migrations/0001_initial.py diff --git a/artel/setup/migrations/0002_comfyconfig_active.py b/wagtail_store/setup/migrations/0002_comfyconfig_active.py similarity index 100% rename from artel/setup/migrations/0002_comfyconfig_active.py rename to wagtail_store/setup/migrations/0002_comfyconfig_active.py diff --git a/artel/setup/__init__.py b/wagtail_store/setup/migrations/__init__.py similarity index 100% rename from artel/setup/__init__.py rename to wagtail_store/setup/migrations/__init__.py diff --git a/artel/setup/models.py b/wagtail_store/setup/models.py similarity index 100% rename from artel/setup/models.py rename to wagtail_store/setup/models.py diff --git a/artel/setup/serializers.py b/wagtail_store/setup/serializers.py similarity index 100% rename from artel/setup/serializers.py rename to wagtail_store/setup/serializers.py diff --git a/artel/setup/templates/setup/complete.html b/wagtail_store/setup/templates/setup/complete.html similarity index 100% rename from artel/setup/templates/setup/complete.html rename to wagtail_store/setup/templates/setup/complete.html diff --git a/artel/setup/templates/setup/config.html b/wagtail_store/setup/templates/setup/config.html similarity index 100% rename from artel/setup/templates/setup/config.html rename to wagtail_store/setup/templates/setup/config.html diff --git a/artel/setup/templates/setup/mailing.html b/wagtail_store/setup/templates/setup/mailing.html similarity index 100% rename from artel/setup/templates/setup/mailing.html rename to wagtail_store/setup/templates/setup/mailing.html diff --git a/artel/setup/templates/setup/setup_base.html b/wagtail_store/setup/templates/setup/setup_base.html similarity index 100% rename from artel/setup/templates/setup/setup_base.html rename to wagtail_store/setup/templates/setup/setup_base.html diff --git a/artel/setup/tests.py b/wagtail_store/setup/tests.py similarity index 100% rename from artel/setup/tests.py rename to wagtail_store/setup/tests.py diff --git a/artel/setup/urls.py b/wagtail_store/setup/urls.py similarity index 100% rename from artel/setup/urls.py rename to wagtail_store/setup/urls.py diff --git a/artel/setup/views.py b/wagtail_store/setup/views.py similarity index 100% rename from artel/setup/views.py rename to wagtail_store/setup/views.py diff --git a/artel/store/__init__.py b/wagtail_store/store/__init__.py similarity index 100% rename from artel/store/__init__.py rename to wagtail_store/store/__init__.py diff --git a/artel/store/admin.py b/wagtail_store/store/admin.py similarity index 100% rename from artel/store/admin.py rename to wagtail_store/store/admin.py diff --git a/artel/store/apps.py b/wagtail_store/store/apps.py similarity index 100% rename from artel/store/apps.py rename to wagtail_store/store/apps.py diff --git a/artel/store/cart.py b/wagtail_store/store/cart.py similarity index 100% rename from artel/store/cart.py rename to wagtail_store/store/cart.py diff --git a/artel/store/forms.py b/wagtail_store/store/forms.py similarity index 100% rename from artel/store/forms.py rename to wagtail_store/store/forms.py diff --git a/artel/store/loader.py b/wagtail_store/store/loader.py similarity index 100% rename from artel/store/loader.py rename to wagtail_store/store/loader.py diff --git a/artel/store/management/commands/load_products.py b/wagtail_store/store/management/commands/load_products.py similarity index 100% rename from artel/store/management/commands/load_products.py rename to wagtail_store/store/management/commands/load_products.py diff --git a/artel/store/migrations/0001_initial.py b/wagtail_store/store/migrations/0001_initial.py similarity index 100% rename from artel/store/migrations/0001_initial.py rename to wagtail_store/store/migrations/0001_initial.py diff --git a/artel/store/migrations/0002_product_available_producttemplate_tags_and_more.py b/wagtail_store/store/migrations/0002_product_available_producttemplate_tags_and_more.py similarity index 100% rename from artel/store/migrations/0002_product_available_producttemplate_tags_and_more.py rename to wagtail_store/store/migrations/0002_product_available_producttemplate_tags_and_more.py diff --git a/artel/store/migrations/0003_product_info_product_name_and_more.py b/wagtail_store/store/migrations/0003_product_info_product_name_and_more.py similarity index 100% rename from artel/store/migrations/0003_product_info_product_name_and_more.py rename to wagtail_store/store/migrations/0003_product_info_product_name_and_more.py diff --git a/artel/store/migrations/0004_documenttemplate_order_paymentmethod_and_more.py b/wagtail_store/store/migrations/0004_documenttemplate_order_paymentmethod_and_more.py similarity index 100% rename from artel/store/migrations/0004_documenttemplate_order_paymentmethod_and_more.py rename to wagtail_store/store/migrations/0004_documenttemplate_order_paymentmethod_and_more.py diff --git a/artel/store/migrations/0005_order_order_number.py b/wagtail_store/store/migrations/0005_order_order_number.py similarity index 100% rename from artel/store/migrations/0005_order_order_number.py rename to wagtail_store/store/migrations/0005_order_order_number.py diff --git a/artel/store/migrations/0006_remove_orderdocument_sent.py b/wagtail_store/store/migrations/0006_remove_orderdocument_sent.py similarity index 100% rename from artel/store/migrations/0006_remove_orderdocument_sent.py rename to wagtail_store/store/migrations/0006_remove_orderdocument_sent.py diff --git a/artel/store/migrations/0007_rename_productimage_producttemplateimage.py b/wagtail_store/store/migrations/0007_rename_productimage_producttemplateimage.py similarity index 100% rename from artel/store/migrations/0007_rename_productimage_producttemplateimage.py rename to wagtail_store/store/migrations/0007_rename_productimage_producttemplateimage.py diff --git a/artel/store/migrations/0008_remove_product_info_producttemplateimage_is_main_and_more.py b/wagtail_store/store/migrations/0008_remove_product_info_producttemplateimage_is_main_and_more.py similarity index 100% rename from artel/store/migrations/0008_remove_product_info_producttemplateimage_is_main_and_more.py rename to wagtail_store/store/migrations/0008_remove_product_info_producttemplateimage_is_main_and_more.py diff --git a/artel/store/migrations/0009_productcategoryparam_order_productcategoryparamvalue.py b/wagtail_store/store/migrations/0009_productcategoryparam_order_productcategoryparamvalue.py similarity index 100% rename from artel/store/migrations/0009_productcategoryparam_order_productcategoryparamvalue.py rename to wagtail_store/store/migrations/0009_productcategoryparam_order_productcategoryparamvalue.py diff --git a/artel/store/migrations/0010_auto_20230630_1611.py b/wagtail_store/store/migrations/0010_auto_20230630_1611.py similarity index 100% rename from artel/store/migrations/0010_auto_20230630_1611.py rename to wagtail_store/store/migrations/0010_auto_20230630_1611.py diff --git a/artel/store/migrations/0011_productparam_delete_templateparamvalue_and_more.py b/wagtail_store/store/migrations/0011_productparam_delete_templateparamvalue_and_more.py similarity index 100% rename from artel/store/migrations/0011_productparam_delete_templateparamvalue_and_more.py rename to wagtail_store/store/migrations/0011_productparam_delete_templateparamvalue_and_more.py diff --git a/artel/store/migrations/0012_deliverymethod_order_uuid_product_uuid_and_more.py b/wagtail_store/store/migrations/0012_deliverymethod_order_uuid_product_uuid_and_more.py similarity index 100% rename from artel/store/migrations/0012_deliverymethod_order_uuid_product_uuid_and_more.py rename to wagtail_store/store/migrations/0012_deliverymethod_order_uuid_product_uuid_and_more.py diff --git a/artel/store/migrations/0013_producttemplateparam_alter_product_params_and_more.py b/wagtail_store/store/migrations/0013_producttemplateparam_alter_product_params_and_more.py similarity index 100% rename from artel/store/migrations/0013_producttemplateparam_alter_product_params_and_more.py rename to wagtail_store/store/migrations/0013_producttemplateparam_alter_product_params_and_more.py diff --git a/artel/store/migrations/0014_alter_productimage_image_and_more.py b/wagtail_store/store/migrations/0014_alter_productimage_image_and_more.py similarity index 100% rename from artel/store/migrations/0014_alter_productimage_image_and_more.py rename to wagtail_store/store/migrations/0014_alter_productimage_image_and_more.py diff --git a/artel/setup/migrations/__init__.py b/wagtail_store/store/migrations/__init__.py similarity index 100% rename from artel/setup/migrations/__init__.py rename to wagtail_store/store/migrations/__init__.py diff --git a/artel/store/models.py b/wagtail_store/store/models.py similarity index 100% rename from artel/store/models.py rename to wagtail_store/store/models.py diff --git a/artel/store/serializers.py b/wagtail_store/store/serializers.py similarity index 100% rename from artel/store/serializers.py rename to wagtail_store/store/serializers.py diff --git a/artel/store/static/images/icons/truck.svg b/wagtail_store/store/static/images/icons/truck.svg similarity index 100% rename from artel/store/static/images/icons/truck.svg rename to wagtail_store/store/static/images/icons/truck.svg diff --git a/artel/store/static/js/cart.js b/wagtail_store/store/static/js/cart.js similarity index 100% rename from artel/store/static/js/cart.js rename to wagtail_store/store/static/js/cart.js diff --git a/artel/store/static/js/product_configurator.js b/wagtail_store/store/static/js/product_configurator.js similarity index 100% rename from artel/store/static/js/product_configurator.js rename to wagtail_store/store/static/js/product_configurator.js diff --git a/artel/store/tasks.py b/wagtail_store/store/tasks.py similarity index 100% rename from artel/store/tasks.py rename to wagtail_store/store/tasks.py diff --git a/artel/store/templates/store/cart.html b/wagtail_store/store/templates/store/cart.html similarity index 100% rename from artel/store/templates/store/cart.html rename to wagtail_store/store/templates/store/cart.html diff --git a/artel/store/templates/store/configure_product.html b/wagtail_store/store/templates/store/configure_product.html similarity index 100% rename from artel/store/templates/store/configure_product.html rename to wagtail_store/store/templates/store/configure_product.html diff --git a/artel/store/templates/store/configure_product_summary.html b/wagtail_store/store/templates/store/configure_product_summary.html similarity index 100% rename from artel/store/templates/store/configure_product_summary.html rename to wagtail_store/store/templates/store/configure_product_summary.html diff --git a/artel/store/templates/store/forms/button_toggle_select.html b/wagtail_store/store/templates/store/forms/button_toggle_select.html similarity index 100% rename from artel/store/templates/store/forms/button_toggle_select.html rename to wagtail_store/store/templates/store/forms/button_toggle_select.html diff --git a/artel/store/templates/store/order.html b/wagtail_store/store/templates/store/order.html similarity index 100% rename from artel/store/templates/store/order.html rename to wagtail_store/store/templates/store/order.html diff --git a/artel/store/templates/store/order_confirm.html b/wagtail_store/store/templates/store/order_confirm.html similarity index 100% rename from artel/store/templates/store/order_confirm.html rename to wagtail_store/store/templates/store/order_confirm.html diff --git a/artel/store/templates/store/order_success.html b/wagtail_store/store/templates/store/order_success.html similarity index 100% rename from artel/store/templates/store/order_success.html rename to wagtail_store/store/templates/store/order_success.html diff --git a/artel/store/templates/store/partials/cart_item.html b/wagtail_store/store/templates/store/partials/cart_item.html similarity index 100% rename from artel/store/templates/store/partials/cart_item.html rename to wagtail_store/store/templates/store/partials/cart_item.html diff --git a/artel/store/templates/store/partials/delivery_cart_item.html b/wagtail_store/store/templates/store/partials/delivery_cart_item.html similarity index 100% rename from artel/store/templates/store/partials/delivery_cart_item.html rename to wagtail_store/store/templates/store/partials/delivery_cart_item.html diff --git a/artel/store/templates/store/partials/product_card.html b/wagtail_store/store/templates/store/partials/product_card.html similarity index 100% rename from artel/store/templates/store/partials/product_card.html rename to wagtail_store/store/templates/store/partials/product_card.html diff --git a/artel/store/templates/store/partials/summary_cart_item.html b/wagtail_store/store/templates/store/partials/summary_cart_item.html similarity index 100% rename from artel/store/templates/store/partials/summary_cart_item.html rename to wagtail_store/store/templates/store/partials/summary_cart_item.html diff --git a/artel/store/templates/store/product_list_page.html b/wagtail_store/store/templates/store/product_list_page.html similarity index 100% rename from artel/store/templates/store/product_list_page.html rename to wagtail_store/store/templates/store/product_list_page.html diff --git a/artel/store/migrations/__init__.py b/wagtail_store/store/tests/__init__.py similarity index 100% rename from artel/store/migrations/__init__.py rename to wagtail_store/store/tests/__init__.py diff --git a/artel/store/tests/factories.py b/wagtail_store/store/tests/factories.py similarity index 100% rename from artel/store/tests/factories.py rename to wagtail_store/store/tests/factories.py diff --git a/artel/store/tests/test_cart.py b/wagtail_store/store/tests/test_cart.py similarity index 100% rename from artel/store/tests/test_cart.py rename to wagtail_store/store/tests/test_cart.py diff --git a/artel/store/tests/test_loader.py b/wagtail_store/store/tests/test_loader.py similarity index 100% rename from artel/store/tests/test_loader.py rename to wagtail_store/store/tests/test_loader.py diff --git a/artel/store/tests/test_models.py b/wagtail_store/store/tests/test_models.py similarity index 100% rename from artel/store/tests/test_models.py rename to wagtail_store/store/tests/test_models.py diff --git a/artel/store/tests/test_views.py b/wagtail_store/store/tests/test_views.py similarity index 100% rename from artel/store/tests/test_views.py rename to wagtail_store/store/tests/test_views.py diff --git a/artel/store/urls.py b/wagtail_store/store/urls.py similarity index 100% rename from artel/store/urls.py rename to wagtail_store/store/urls.py diff --git a/artel/store/utils.py b/wagtail_store/store/utils.py similarity index 100% rename from artel/store/utils.py rename to wagtail_store/store/utils.py diff --git a/artel/store/views.py b/wagtail_store/store/views.py similarity index 100% rename from artel/store/views.py rename to wagtail_store/store/views.py diff --git a/artel/uwsgi.ini b/wagtail_store/uwsgi.ini similarity index 100% rename from artel/uwsgi.ini rename to wagtail_store/uwsgi.ini diff --git a/artel/artel/__init__.py b/wagtail_store/wagtail_store/__init__.py similarity index 100% rename from artel/artel/__init__.py rename to wagtail_store/wagtail_store/__init__.py diff --git a/artel/artel/celery.py b/wagtail_store/wagtail_store/celery.py similarity index 100% rename from artel/artel/celery.py rename to wagtail_store/wagtail_store/celery.py diff --git a/artel/store/tests/__init__.py b/wagtail_store/wagtail_store/settings/__init__.py similarity index 100% rename from artel/store/tests/__init__.py rename to wagtail_store/wagtail_store/settings/__init__.py diff --git a/artel/artel/settings/base.py b/wagtail_store/wagtail_store/settings/base.py similarity index 98% rename from artel/artel/settings/base.py rename to wagtail_store/wagtail_store/settings/base.py index 77a1b55..d1bcdf8 100644 --- a/artel/artel/settings/base.py +++ b/wagtail_store/wagtail_store/settings/base.py @@ -91,7 +91,7 @@ MIDDLEWARE = [ "wagtail.contrib.redirects.middleware.RedirectMiddleware" ] -ROOT_URLCONF = "artel.urls" +ROOT_URLCONF = "wagtail_store.urls" TEMPLATES = [ { @@ -114,7 +114,7 @@ TEMPLATES = [ }, ] -WSGI_APPLICATION = "artel.wsgi.application" +WSGI_APPLICATION = "wagtail_store.wsgi.application" # Database @@ -197,7 +197,7 @@ MEDIA_URL = "/media/" # Wagtail settings -WAGTAIL_SITE_NAME = "artel" +WAGTAIL_SITE_NAME = "wagtail_store" # Search # https://docs.wagtail.org/en/stable/topics/search/backends.html diff --git a/artel/artel/settings/dev.py b/wagtail_store/wagtail_store/settings/dev.py similarity index 100% rename from artel/artel/settings/dev.py rename to wagtail_store/wagtail_store/settings/dev.py diff --git a/artel/artel/settings/production.py b/wagtail_store/wagtail_store/settings/production.py similarity index 100% rename from artel/artel/settings/production.py rename to wagtail_store/wagtail_store/settings/production.py diff --git a/artel/artel/settings/tests.py b/wagtail_store/wagtail_store/settings/tests.py similarity index 100% rename from artel/artel/settings/tests.py rename to wagtail_store/wagtail_store/settings/tests.py diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.rtl.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.rtl.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.rtl.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.rtl.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.rtl.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.rtl.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-grid.rtl.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-grid.rtl.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-grid.rtl.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.css diff --git a/artel/artel/static/bootstrap/css/bootstrap.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.min.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap.rtl.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.rtl.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.css diff --git a/artel/artel/static/bootstrap/css/bootstrap.rtl.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.rtl.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.css.map diff --git a/artel/artel/static/bootstrap/css/bootstrap.rtl.min.css b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.min.css similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.rtl.min.css rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.min.css diff --git a/artel/artel/static/bootstrap/css/bootstrap.rtl.min.css.map b/wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.min.css.map similarity index 100% rename from artel/artel/static/bootstrap/css/bootstrap.rtl.min.css.map rename to wagtail_store/wagtail_store/static/bootstrap/css/bootstrap.rtl.min.css.map diff --git a/artel/artel/static/bootstrap/js/bootstrap.bundle.js b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.js similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.bundle.js rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.js diff --git a/artel/artel/static/bootstrap/js/bootstrap.bundle.js.map b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.js.map similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.bundle.js.map rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.js.map diff --git a/artel/artel/static/bootstrap/js/bootstrap.bundle.min.js b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.min.js similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.bundle.min.js rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.min.js diff --git a/artel/artel/static/bootstrap/js/bootstrap.bundle.min.js.map b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.min.js.map similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.bundle.min.js.map rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.bundle.min.js.map diff --git a/artel/artel/static/bootstrap/js/bootstrap.esm.js b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.js similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.esm.js rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.js diff --git a/artel/artel/static/bootstrap/js/bootstrap.esm.js.map b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.js.map similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.esm.js.map rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.js.map diff --git a/artel/artel/static/bootstrap/js/bootstrap.esm.min.js b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.min.js similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.esm.min.js rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.min.js diff --git a/artel/artel/static/bootstrap/js/bootstrap.esm.min.js.map b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.min.js.map similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.esm.min.js.map rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.esm.min.js.map diff --git a/artel/artel/static/bootstrap/js/bootstrap.js b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.js similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.js rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.js diff --git a/artel/artel/static/bootstrap/js/bootstrap.js.map b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.js.map similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.js.map rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.js.map diff --git a/artel/artel/static/bootstrap/js/bootstrap.min.js b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.min.js similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.min.js rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.min.js diff --git a/artel/artel/static/bootstrap/js/bootstrap.min.js.map b/wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.min.js.map similarity index 100% rename from artel/artel/static/bootstrap/js/bootstrap.min.js.map rename to wagtail_store/wagtail_store/static/bootstrap/js/bootstrap.min.js.map diff --git a/artel/artel/static/css/artel.css b/wagtail_store/wagtail_store/static/css/artel.css similarity index 100% rename from artel/artel/static/css/artel.css rename to wagtail_store/wagtail_store/static/css/artel.css diff --git a/artel/artel/static/css/artel.css.map b/wagtail_store/wagtail_store/static/css/artel.css.map similarity index 100% rename from artel/artel/static/css/artel.css.map rename to wagtail_store/wagtail_store/static/css/artel.css.map diff --git a/artel/artel/static/css/artel.scss b/wagtail_store/wagtail_store/static/css/artel.scss similarity index 100% rename from artel/artel/static/css/artel.scss rename to wagtail_store/wagtail_store/static/css/artel.scss diff --git a/artel/artel/static/images/icons/caret-down.svg b/wagtail_store/wagtail_store/static/images/icons/caret-down.svg similarity index 100% rename from artel/artel/static/images/icons/caret-down.svg rename to wagtail_store/wagtail_store/static/images/icons/caret-down.svg diff --git a/artel/artel/static/images/icons/cart.svg b/wagtail_store/wagtail_store/static/images/icons/cart.svg similarity index 100% rename from artel/artel/static/images/icons/cart.svg rename to wagtail_store/wagtail_store/static/images/icons/cart.svg diff --git a/artel/artel/static/images/icons/globe.svg b/wagtail_store/wagtail_store/static/images/icons/globe.svg similarity index 100% rename from artel/artel/static/images/icons/globe.svg rename to wagtail_store/wagtail_store/static/images/icons/globe.svg diff --git a/artel/artel/static/images/icons/las_ruinas_PL.png b/wagtail_store/wagtail_store/static/images/icons/las_ruinas_PL.png similarity index 100% rename from artel/artel/static/images/icons/las_ruinas_PL.png rename to wagtail_store/wagtail_store/static/images/icons/las_ruinas_PL.png diff --git a/artel/artel/static/images/icons/question-circle.svg b/wagtail_store/wagtail_store/static/images/icons/question-circle.svg similarity index 100% rename from artel/artel/static/images/icons/question-circle.svg rename to wagtail_store/wagtail_store/static/images/icons/question-circle.svg diff --git a/artel/artel/static/images/icons/trash.svg b/wagtail_store/wagtail_store/static/images/icons/trash.svg similarity index 100% rename from artel/artel/static/images/icons/trash.svg rename to wagtail_store/wagtail_store/static/images/icons/trash.svg diff --git a/artel/artel/static/js/artel.js b/wagtail_store/wagtail_store/static/js/artel.js similarity index 100% rename from artel/artel/static/js/artel.js rename to wagtail_store/wagtail_store/static/js/artel.js diff --git a/artel/artel/static/js/jquery-3.6.4.min.js b/wagtail_store/wagtail_store/static/js/jquery-3.6.4.min.js similarity index 100% rename from artel/artel/static/js/jquery-3.6.4.min.js rename to wagtail_store/wagtail_store/static/js/jquery-3.6.4.min.js diff --git a/artel/artel/tasks.py b/wagtail_store/wagtail_store/tasks.py similarity index 100% rename from artel/artel/tasks.py rename to wagtail_store/wagtail_store/tasks.py diff --git a/artel/artel/templates/404.html b/wagtail_store/wagtail_store/templates/404.html similarity index 100% rename from artel/artel/templates/404.html rename to wagtail_store/wagtail_store/templates/404.html diff --git a/artel/artel/templates/500.html b/wagtail_store/wagtail_store/templates/500.html similarity index 100% rename from artel/artel/templates/500.html rename to wagtail_store/wagtail_store/templates/500.html diff --git a/artel/artel/templates/base.html b/wagtail_store/wagtail_store/templates/base.html similarity index 100% rename from artel/artel/templates/base.html rename to wagtail_store/wagtail_store/templates/base.html diff --git a/artel/artel/templates/includes/menu_block.html b/wagtail_store/wagtail_store/templates/includes/menu_block.html similarity index 100% rename from artel/artel/templates/includes/menu_block.html rename to wagtail_store/wagtail_store/templates/includes/menu_block.html diff --git a/artel/artel/templates/menu/custom_main_menu.html b/wagtail_store/wagtail_store/templates/menu/custom_main_menu.html similarity index 100% rename from artel/artel/templates/menu/custom_main_menu.html rename to wagtail_store/wagtail_store/templates/menu/custom_main_menu.html diff --git a/artel/artel/templates/menu/custom_submenu.html b/wagtail_store/wagtail_store/templates/menu/custom_submenu.html similarity index 100% rename from artel/artel/templates/menu/custom_submenu.html rename to wagtail_store/wagtail_store/templates/menu/custom_submenu.html diff --git a/artel/artel/tests.py b/wagtail_store/wagtail_store/tests.py similarity index 100% rename from artel/artel/tests.py rename to wagtail_store/wagtail_store/tests.py diff --git a/artel/artel/urls.py b/wagtail_store/wagtail_store/urls.py similarity index 94% rename from artel/artel/urls.py rename to wagtail_store/wagtail_store/urls.py index 18df945..9f01759 100644 --- a/artel/artel/urls.py +++ b/wagtail_store/wagtail_store/urls.py @@ -17,7 +17,7 @@ from search import views as search_views from setup import views as setup_views -handler404 = 'artel.views.my_custom_page_not_found_view' +handler404 = 'wagtail_store.views.my_custom_page_not_found_view' urlpatterns = [ path("django-admin/", admin.site.urls), diff --git a/artel/artel/views.py b/wagtail_store/wagtail_store/views.py similarity index 100% rename from artel/artel/views.py rename to wagtail_store/wagtail_store/views.py diff --git a/artel/artel/wsgi.py b/wagtail_store/wagtail_store/wsgi.py similarity index 80% rename from artel/artel/wsgi.py rename to wagtail_store/wagtail_store/wsgi.py index 0e82a39..61fdf36 100644 --- a/artel/artel/wsgi.py +++ b/wagtail_store/wagtail_store/wsgi.py @@ -11,6 +11,6 @@ import os from django.core.wsgi import get_wsgi_application -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "artel.settings.dev") +os.environ.setdefault("DJANGO_SETTINGS_MODULE", "wagtail_store.settings.dev") application = get_wsgi_application()