This commit is contained in:
IGNY8 VPS (Salman)
2025-12-01 06:00:07 +00:00
parent aab6a07c07
commit ba6d322954

View File

@@ -303,6 +303,12 @@ class ContentTaxonomy(SiteSectorBaseModel):
db_index=True,
help_text="WordPress term_id for sync"
)
sync_status = models.CharField(
max_length=50,
blank=True,
default='',
help_text="Sync status with external platform"
)
description = models.TextField(
blank=True,
default='',