This commit is contained in:
IGNY8 VPS (Salman)
2025-11-21 13:46:31 +00:00
parent b293856ef2
commit 744e5d55c6
7 changed files with 319 additions and 249 deletions

View File

@@ -217,6 +217,7 @@ class Site(AccountBaseModel):
wp_url = models.URLField(blank=True, null=True, help_text="WordPress site URL (legacy - use SiteIntegration)")
wp_username = models.CharField(max_length=255, blank=True, null=True)
wp_app_password = models.CharField(max_length=255, blank=True, null=True)
wp_api_key = models.CharField(max_length=255, blank=True, null=True, help_text="API key for WordPress integration via IGNY8 WP Bridge plugin")
# Site type and hosting (Phase 6)
SITE_TYPE_CHOICES = [