issues fixes related to autaitmioan and ai idea genration

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-15 02:21:44 +00:00
parent 6bb3dd3df4
commit e02ba76451
7 changed files with 349 additions and 3 deletions

View File

@@ -244,7 +244,8 @@ class ContentIdeas(SoftDeletableModel, SiteSectorBaseModel):
idea_title = models.CharField(max_length=255, db_index=True)
description = models.TextField(blank=True, null=True)
target_keywords = models.CharField(max_length=500, blank=True) # Comma-separated keywords (legacy)
primary_focus_keywords = models.CharField(max_length=500, blank=True, help_text="1-2 main keywords this content targets")
target_keywords = models.CharField(max_length=500, blank=True) # Comma-separated keywords (covered_keywords from AI)
keyword_objects = models.ManyToManyField(
'Keywords',
blank=True,