This commit is contained in:
2026-05-05 00:56:05 +03:30
parent 21b734f6a7
commit cfe60f6729
85 changed files with 1786 additions and 3840 deletions
+5
View File
@@ -11,6 +11,8 @@ class PlantSerializer(serializers.ModelSerializer):
fields = [
"id",
"name",
"description",
"metadata",
"light",
"watering",
"soil",
@@ -22,6 +24,9 @@ class PlantSerializer(serializers.ModelSerializer):
"harvest_time",
"spacing",
"fertilizer",
"health_profile",
"irrigation_profile",
"growth_profile",
"created_at",
"updated_at",
]