From e77967253fd5d35414078af585db30d26521cdb1 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Tue, 13 Jan 2026 11:37:47 +0500 Subject: [PATCH] added faq section --- content/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/serializers.py b/content/serializers.py index 0c059d6..792ef44 100644 --- a/content/serializers.py +++ b/content/serializers.py @@ -1,7 +1,7 @@ from rest_framework import serializers from .models import Product, ContactMessage , ProductFeature , FAQ -# Feature serializer gitea +# Feature serializer class ProductFeatureSerializer(serializers.ModelSerializer): class Meta: model = ProductFeature