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

@@ -68,7 +68,7 @@ class SiteSerializer(serializers.ModelSerializer):
fields = [
'id', 'name', 'slug', 'domain', 'description',
'industry', 'industry_name', 'industry_slug',
'is_active', 'status', 'wp_url', 'wp_username',
'is_active', 'status', 'wp_url', 'wp_username', 'wp_api_key',
'site_type', 'hosting_type', 'seo_metadata',
'sectors_count', 'active_sectors_count', 'selected_sectors',
'can_add_sectors',