docs adn mig

This commit is contained in:
alorig
2025-11-18 06:42:40 +05:00
parent 68a98208b1
commit ef16ad760f
4 changed files with 135 additions and 0 deletions

View File

@@ -250,6 +250,13 @@ class Site(AccountBaseModel):
help_text="Target hosting platform"
)
# SEO metadata (Phase 7)
seo_metadata = models.JSONField(
default=dict,
blank=True,
help_text="SEO metadata: meta tags, Open Graph, Schema.org"
)
class Meta:
db_table = 'igny8_sites'
unique_together = [['account', 'slug']] # Slug unique per account