blurpritn adn site builde cleanup

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-01 02:22:02 +00:00
parent 3f2385d4d9
commit a7a772a78c
33 changed files with 1591 additions and 1308 deletions

View File

@@ -1,6 +1,7 @@
"""
Metadata Mapping Service
Stage 3: Persists cluster/taxonomy/attribute mappings from Tasks to Content
Stage 3: Persists cluster/attribute mappings from Tasks to Content
Legacy: ContentTaxonomyMap removed - taxonomy now uses Content.taxonomy_terms M2M relationship
"""
import logging
from typing import Optional
@@ -10,9 +11,9 @@ from igny8_core.business.content.models import (
Tasks,
Content,
ContentClusterMap,
ContentTaxonomyMap,
ContentAttributeMap,
)
# Removed: ContentTaxonomyMap - replaced by Content.taxonomy_terms ManyToManyField
logger = logging.getLogger(__name__)