added faq section
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user