This commit is contained in:
2026-04-24 02:50:27 +03:30
parent 302124aa87
commit a76af4e766
20 changed files with 430 additions and 147 deletions
+5
View File
@@ -32,6 +32,11 @@ class Plant(models.Model):
blank=True,
help_text="دمای مناسب",
)
growth_stage = models.CharField(
max_length=255,
blank=True,
help_text="مرحله رشد",
)
planting_season = models.CharField(
max_length=255,
blank=True,