schon/core/management/commands
Egor fureunoir Gorbunov 797e56a0cd Features: 1) Add translate_fields management command for field translations via DeepL; 2) Add slug population script in 0022_category_slug migration.
Fixes: 1) Update locale codes in `deepl_translate.py` to lowercase for consistency.

Extra: 1) Minor refactoring to ensure compatibility and avoid undefined behavior in slug population logic.
2025-05-21 14:27:38 +03:00
..
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
await_services.py Initial Commit 2025-04-29 22:40:30 +03:00
clear_unwanted.py Features: 1) Add management command to clear unwanted data including duplicate stocks and categories; 2) Automatically deactivate products without stocks; 3) Remove orphaned stocks. 2025-05-09 04:51:21 +03:00
deepl_translate.py Features: 1) Add translate_fields management command for field translations via DeepL; 2) Add slug population script in 0022_category_slug migration. 2025-05-21 14:27:38 +03:00
fetch_products.py Initial Commit 2025-04-29 22:40:30 +03:00
populate_slugs.py Add management command to populate Product slugs 2025-04-30 16:58:57 +03:00
purify_translated.py Features: 1) None; 2025-05-20 08:00:44 +03:00
set_default_caches.py Initial Commit 2025-04-29 22:40:30 +03:00
translate_fields.py Features: 1) Add translate_fields management command for field translations via DeepL; 2) Add slug population script in 0022_category_slug migration. 2025-05-21 14:27:38 +03:00