Переименование файлов configurablekit_* → configurableproduct_*

- Шаблоны: configurablekit_*.html → configurableproduct_*.html
- Views: configurablekit_views.py → configurableproduct_views.py
- JS: configurablekit_detail.js → configurableproduct_detail.js
- Обновлены все template_name и импорты

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-30 01:52:57 +03:00
parent 79ff523adb
commit 7954f85e05
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/**
* Управление вариантами вариативного товара (ConfigurableKitProduct)
* Управление вариантами вариативного товара (ConfigurableProduct)
*/
document.addEventListener('DOMContentLoaded', function() {