schon/core/management/commands
Egor fureunoir Gorbunov 3caab8f523 Add management command to populate Product slugs
Introduce a Django management command to populate the `slug` field for Product instances where it is null. The command processes products in batches, handles errors gracefully, and logs issues for troubleshooting.
2025-04-30 16:58:57 +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
deepl_translate.py Initial Commit 2025-04-29 22:40:30 +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
set_default_caches.py Initial Commit 2025-04-29 22:40:30 +03:00